aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
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
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')
-rw-r--r--src/man/firejail-profile.txt5
-rw-r--r--src/man/firejail.txt6
2 files changed, 11 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index a1eccaa5e..f6c905d59 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -954,12 +954,17 @@ be created and configured using "ip netns".
954Use this name for the interface connected to the bridge for --net=bridge_interface commands, 954Use this name for the interface connected to the bridge for --net=bridge_interface commands,
955instead of the default one. 955instead of the default one.
956#endif 956#endif
957
957.SH Other 958.SH Other
958.TP 959.TP
959\fBdeterministic-exit-code 960\fBdeterministic-exit-code
960Always 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. 961Always 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.
961 962
962.TP 963.TP
964\fBdeterministic-shutdown
965Always 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.
966
967.TP
963\fBjoin-or-start sandboxname 968\fBjoin-or-start sandboxname
964Join the sandbox identified by name or start a new one. 969Join the sandbox identified by name or start a new one.
965Same as "firejail --join=sandboxname" command if sandbox with specified name exists, otherwise same as "name sandboxname". 970Same as "firejail --join=sandboxname" command if sandbox with specified name exists, otherwise same as "name sandboxname".
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.