From d380de39f039cf23a992b08c506cc200a7cf6292 Mon Sep 17 00:00:00 2001 From: Austin Morton Date: Mon, 20 May 2019 20:50:48 -0400 Subject: Add deterministic-exit-code option to ensure firejail exits with the first childs exit code regardless of the termination ordering of orphaned children --- src/man/firejail-profile.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/man/firejail-profile.txt') 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. Join the sandbox identified by name or start a new one. Same as "firejail --join=sandboxname" command if sandbox with specified name exists, otherwise same as "name sandboxname". +.TP +\fBdeterministic-exit-code +Always 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. + .SH FILES /etc/firejail/filename.profile, $HOME/.config/firejail/filename.profile -- cgit v1.2.3-54-g00ecf