aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
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.