aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-02-10 22:51:34 +0000
committerLibravatar GitHub <noreply@github.com>2021-02-10 22:51:34 +0000
commit394f475d1aeb35af2eb505aec1656465e4c6c947 (patch)
treeffeea9727265334fc7694450c46bcfefdaf4b078 /src/man/firejail.txt
parentMerge pull request #3966 from albinou/master (diff)
parentfix private=directory in man firejail-profile (diff)
downloadfirejail-394f475d1aeb35af2eb505aec1656465e4c6c947.tar.gz
firejail-394f475d1aeb35af2eb505aec1656465e4c6c947.tar.zst
firejail-394f475d1aeb35af2eb505aec1656465e4c6c947.zip
Merge pull request #3970 from glitsj16/man-fixes
small man fixes
Diffstat (limited to 'src/man/firejail.txt')
-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.