aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
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/firejail-profile.txt
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/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt7
1 files changed, 7 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