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.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 1686dddc2..bb5c8d10a 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -781,6 +781,23 @@ Note: \-\-net=none can crash the application on some platforms.
781In these cases, it can be replaced with \-\-protocol=unix. 781In these cases, it can be replaced with \-\-protocol=unix.
782 782
783.TP 783.TP
784\fB\-\-net.print=name|pid
785If a new network namespace is enabled, print network interface configuration for the sandbox specified by name or PID. Example:
786.br
787
788.br
789$ firejail --net.print=browser
790.br
791Switching to pid 1853, the first child process inside the sandbox
792.br
793Interface MAC IP Mask Status
794.br
795lo 127.0.0.1 255.0.0.0 UP
796.br
797eth0-1852 5e:fb:8e:27:29:26 192.168.1.186 255.255.255.0 UP
798.br
799
800.TP
784\fB\-\-netfilter 801\fB\-\-netfilter
785Enable a default firewall if a new network namespace is created inside the sandbox. 802Enable a default firewall if a new network namespace is created inside the sandbox.
786This option has no effect for sandboxes using the system network namespace. 803This option has no effect for sandboxes using the system network namespace.