summaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-01-22 08:20:21 -0500
committerLibravatar GitHub <noreply@github.com>2017-01-22 08:20:21 -0500
commitc948b5d6d8e626eea3c940c67598fa2546a8a530 (patch)
tree239693afb5505fd987eeec9578d4ae1f7c258ba5 /src/man/firejail.txt
parentMerge pull request #1061 from GSI/uzbl-browser (diff)
parentAdd support for joining a persistent, named network namespace. (diff)
downloadfirejail-c948b5d6d8e626eea3c940c67598fa2546a8a530.tar.gz
firejail-c948b5d6d8e626eea3c940c67598fa2546a8a530.tar.zst
firejail-c948b5d6d8e626eea3c940c67598fa2546a8a530.zip
Merge pull request #1062 from zackw/join-iproute2-netns
Add support for joining a persistent, named network namespace.
Diffstat (limited to 'src/man/firejail.txt')
-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,