aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar Zack Weinberg <zackw@panix.com>2017-01-20 17:38:51 -0500
committerLibravatar Zack Weinberg <zackw@panix.com>2017-01-20 17:38:51 -0500
commitef37be106728613dd032a235db1add2532774fed (patch)
tree30f7d9d5319a76288ba8e126342b0a5222e2511d /src/man
parentfirejail/fs.c: include sys/wait.h for declaration of waitpid (diff)
downloadfirejail-ef37be106728613dd032a235db1add2532774fed.tar.gz
firejail-ef37be106728613dd032a235db1add2532774fed.tar.zst
firejail-ef37be106728613dd032a235db1add2532774fed.zip
Add support for joining a persistent, named network namespace.
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 1c0f7d55b..afd8e1e4e 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -761,6 +761,11 @@ Example:
761$ firejail \-\-net=none vlc 761$ firejail \-\-net=none vlc
762 762
763.TP 763.TP
764\fB\-\-netns=name
765Run the program in a named, persistent network namespace. These can
766be created and configured using "ip netns".
767
768.TP
764\fB\-\-netfilter 769\fB\-\-netfilter
765Enable a default client network filter in the new network namespace. 770Enable a default client network filter in the new network namespace.
766New network namespaces are created using \-\-net option. If a new network namespaces is not created, 771New network namespaces are created using \-\-net option. If a new network namespaces is not created,