summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-07-04 10:24:23 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-07-04 10:24:23 -0400
commit822be0355f3b440d7cf193bc5c923f24163dd6d5 (patch)
tree0028f78ff27621c4772915765b0f24fd065bd2fc /src/man
parentmerges (diff)
downloadfirejail-822be0355f3b440d7cf193bc5c923f24163dd6d5.tar.gz
firejail-822be0355f3b440d7cf193bc5c923f24163dd6d5.tar.zst
firejail-822be0355f3b440d7cf193bc5c923f24163dd6d5.zip
per-profile disable-mnt
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt3
-rw-r--r--src/man/firejail.txt10
2 files changed, 13 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 9b3aef95f..9f4f4a927 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -161,6 +161,9 @@ Mount-bind directory1 on top of directory2. This option is only available when r
161\fBbind file1,file2 161\fBbind file1,file2
162Mount-bind file1 on top of file2. This option is only available when running as root. 162Mount-bind file1 on top of file2. This option is only available when running as root.
163.TP 163.TP
164\fBdisable-mnt
165Disable /mnt, /media, /run/mount and /run/media access.
166.TP
164\fBmkdir directory 167\fBmkdir directory
165Create a directory in user home or under /tmp before the sandbox is started. 168Create a directory in user home or under /tmp before the sandbox is started.
166The directory is created if it doesn't already exist. 169The directory is created if it doesn't already exist.
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 25992fb3e..6e49fc25f 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -378,6 +378,16 @@ Example:
378$ firejail \-\-net=eth0 \-\-defaultgw=10.10.20.1 firefox 378$ firejail \-\-net=eth0 \-\-defaultgw=10.10.20.1 firefox
379 379
380.TP 380.TP
381\fB\-\-disable-mnt
382Disable /mnt, /media, /run/mount and /run/media access.
383.br
384
385.br
386Example:
387.br
388$ firejail \-\-disable-mnt firefox
389
390.TP
381\fB\-\-dns=address 391\fB\-\-dns=address
382Set a DNS server for the sandbox. Up to three DNS servers can be defined. 392Set a DNS server for the sandbox. Up to three DNS servers can be defined.
383Use this option if you don't trust the DNS setup on your network. 393Use this option if you don't trust the DNS setup on your network.