Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Jan 28, 2025
1 parent 96fbc3a commit 8f1647e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mirrord/config/src/agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ pub struct AgentConfig {
/// Disables specified Linux capabilities for the agent container.
/// If nothing is disabled here, agent uses `NET_ADMIN`, `NET_RAW`, `SYS_PTRACE` and
/// `SYS_ADMIN`.
///
///
/// Has no effect when using the targetless mode,
/// as targetless agent containers have no capabilities.
pub disabled_capabilities: Option<Vec<LinuxCapability>>,
Expand Down Expand Up @@ -294,7 +294,7 @@ pub struct AgentConfig {
/// Defaults to `false`.
///
/// Might be needed in strict environments such as Bottlerocket.
///
///
/// Has no effect when using the targetless mode,
/// as targetless agent containers are never privileged.
#[config(default = false)]
Expand Down

0 comments on commit 8f1647e

Please sign in to comment.