aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2021-10-24 16:46:28 +0200
committerLibravatar smitsohu <smitsohu@gmail.com>2021-10-28 13:41:52 +0200
commite20960ab4561f1cb97c69114f56b19b48db311c3 (patch)
treeaa29b076a625ab5c751c780fc4ad13a525ca0890 /src/man/firejail.txt
parentAdd disable-proc to firefox-common (diff)
downloadfirejail-e20960ab4561f1cb97c69114f56b19b48db311c3.tar.gz
firejail-e20960ab4561f1cb97c69114f56b19b48db311c3.tar.zst
firejail-e20960ab4561f1cb97c69114f56b19b48db311c3.zip
deterministic-shutdown option
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index e724e4bb9..499339264 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -706,6 +706,12 @@ $ firejail \-\-net=eth0 \-\-defaultgw=10.10.20.1 firefox
706\fB\-\-deterministic-exit-code 706\fB\-\-deterministic-exit-code
707Always exit firejail with the first child's exit status. The default behavior is to use the exit status of the final child to exit, which can be nondeterministic. 707Always exit firejail with the first child's exit status. The default behavior is to use the exit status of the final child to exit, which can be nondeterministic.
708.br 708.br
709
710.TP
711\fB\-\-deterministic-shutdown
712Always shut down the sandbox after the first child has terminated. The default behavior is to keep the sandbox alive as long as it contains running processes.
713.br
714
709.TP 715.TP
710\fB\-\-disable-mnt 716\fB\-\-disable-mnt
711Blacklist /mnt, /media, /run/mount and /run/media access. 717Blacklist /mnt, /media, /run/mount and /run/media access.