aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 8958dfaee..48b0e5524 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -693,6 +693,12 @@ Example:
693$ firejail \-\-net=eth0 \-\-defaultgw=10.10.20.1 firefox 693$ firejail \-\-net=eth0 \-\-defaultgw=10.10.20.1 firefox
694#endif 694#endif
695.TP 695.TP
696\fB\-\-deterministic-exit-code
697Always 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.
698.br
699
700.br
701.TP
696\fB\-\-disable-mnt 702\fB\-\-disable-mnt
697Blacklist /mnt, /media, /run/mount and /run/media access. 703Blacklist /mnt, /media, /run/mount and /run/media access.
698.br 704.br
@@ -703,10 +709,6 @@ Example:
703$ firejail \-\-disable-mnt firefox 709$ firejail \-\-disable-mnt firefox
704 710
705.TP 711.TP
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.
708
709.TP
710\fB\-\-dns=address 712\fB\-\-dns=address
711Set a DNS server for the sandbox. Up to three DNS servers can be defined. 713Set a DNS server for the sandbox. Up to three DNS servers can be defined.
712Use this option if you don't trust the DNS setup on your network. 714Use this option if you don't trust the DNS setup on your network.