Document hardening, network default, and profile merge rules
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ pub struct Args {
|
||||
#[arg(long)]
|
||||
pub whitelist: bool,
|
||||
|
||||
/// Harden: unshare IPC, PID, UTS; private /tmp, /dev, /run
|
||||
/// Harden: unshare IPC, PID, UTS namespaces and set hostname to "sandbox" (implied by --whitelist)
|
||||
#[arg(long, overrides_with = "no_hardened")]
|
||||
pub hardened: bool,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user