summaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar ಚಿರಾಗ್ ನಟರಾಜ್ <chiraag.nataraj@gmail.com>2019-05-21 11:05:21 +0000
committerLibravatar GitHub <noreply@github.com>2019-05-21 11:05:21 +0000
commit5e963fd2a68de8a030e7a70c7310a77836413b58 (patch)
treee089afbf223264a6cfb1880040281462dc92a023 /src/man/firejail-profile.txt
parentAdd security vulnerability disclosure best practices to README as well (diff)
parentAdd deterministic-exit-code option to ensure firejail exits with the first ch... (diff)
downloadfirejail-5e963fd2a68de8a030e7a70c7310a77836413b58.tar.gz
firejail-5e963fd2a68de8a030e7a70c7310a77836413b58.tar.zst
firejail-5e963fd2a68de8a030e7a70c7310a77836413b58.zip
Merge pull request #2715 from apmorton/features/deterministic-exit-code
Add deterministic-exit-code option
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 703fac30f..cbc745af7 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -661,6 +661,10 @@ instead of the default one.
661Join the sandbox identified by name or start a new one. 661Join the sandbox identified by name or start a new one.
662Same as "firejail --join=sandboxname" command if sandbox with specified name exists, otherwise same as "name sandboxname". 662Same as "firejail --join=sandboxname" command if sandbox with specified name exists, otherwise same as "name sandboxname".
663 663
664.TP
665\fBdeterministic-exit-code
666Always exit firejail with the first childs exit status. The default behavior is to use the exit status of the final child to exit, which can be nondeterministic.
667
664.SH FILES 668.SH FILES
665/etc/firejail/filename.profile, $HOME/.config/firejail/filename.profile 669/etc/firejail/filename.profile, $HOME/.config/firejail/filename.profile
666 670