aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-08-22 07:21:50 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-08-22 07:21:50 -0400
commit7f84ed7a38a5f83deaab94522978cbf5b5c89465 (patch)
treed17524b1492b7c15f566137336eddf691e6676b3 /src/man
parentadded --enable-fatal-warnings (diff)
downloadfirejail-7f84ed7a38a5f83deaab94522978cbf5b5c89465.tar.gz
firejail-7f84ed7a38a5f83deaab94522978cbf5b5c89465.tar.zst
firejail-7f84ed7a38a5f83deaab94522978cbf5b5c89465.zip
support net none in profile files
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt7
-rw-r--r--src/man/firejail.txt4
2 files changed, 11 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 7be5304c1..58ba39b00 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -180,6 +180,13 @@ netfilter filename
180If a new network namespace is created, enabled the network filter in filename. 180If a new network namespace is created, enabled the network filter in filename.
181 181
182.TP 182.TP
183net none
184Enable a new, unconnected network namespace. The only interface
185available in the new namespace is a new loopback interface (lo).
186Use this option to deny network access to programs that don't
187really need network access.
188
189.TP
183dns address 190dns address
184Set a DNS server for the sandbox. Up to three DNS servers can be defined. 191Set a DNS server for the sandbox. Up to three DNS servers can be defined.
185 192
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 0b7ed1434..ffc698edd 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -97,6 +97,10 @@ Blacklist directory or file.
97Example: 97Example:
98.br 98.br
99$ firejail \-\-blacklist=/sbin \-\-blacklist=/usr/sbin 99$ firejail \-\-blacklist=/sbin \-\-blacklist=/usr/sbin
100.br
101$ firejail \-\-blacklist=~/.mozilla
102.br
103$ firejail "\-\-blacklist=My Virtual Machines"
100.TP 104.TP
101\fB\-c 105\fB\-c
102Execute command and exit. 106Execute command and exit.