aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
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/firejail.txt
parentmerges (diff)
downloadfirejail-822be0355f3b440d7cf193bc5c923f24163dd6d5.tar.gz
firejail-822be0355f3b440d7cf193bc5c923f24163dd6d5.tar.zst
firejail-822be0355f3b440d7cf193bc5c923f24163dd6d5.zip
per-profile disable-mnt
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt10
1 files changed, 10 insertions, 0 deletions
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.