aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--src/man/firejail-profile.txt2
-rw-r--r--src/man/firejail.txt10
2 files changed, 7 insertions, 5 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 030a3c95c..5e77b5f70 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -266,7 +266,7 @@ Mount new /root and /home/user directories in temporary
266filesystems. All modifications are discarded when the sandbox is 266filesystems. All modifications are discarded when the sandbox is
267closed. 267closed.
268.TP 268.TP
269\fBprivate directory 269\fBprivate=directory
270Use directory as user home. 270Use directory as user home.
271.TP 271.TP
272\fBprivate-bin file,file 272\fBprivate-bin file,file
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.