aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 1fa2a6546..c4e8b9175 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -410,6 +410,10 @@ Example:
410$ firejail \-\-disable-mnt firefox 410$ firejail \-\-disable-mnt firefox
411 411
412.TP 412.TP
413\fB\-\-deterministic-exit-code
414Always 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.
415
416.TP
413\fB\-\-dns=address 417\fB\-\-dns=address
414Set a DNS server for the sandbox. Up to three DNS servers can be defined. 418Set a DNS server for the sandbox. Up to three DNS servers can be defined.
415Use this option if you don't trust the DNS setup on your network. 419Use this option if you don't trust the DNS setup on your network.