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 f7d18536d..9eb290fef 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -849,6 +849,23 @@ Note: \-\-net=none can crash the application on some platforms.
849In these cases, it can be replaced with \-\-protocol=unix. 849In these cases, it can be replaced with \-\-protocol=unix.
850 850
851.TP 851.TP
852\fB\-\-net.print=name|pid
853If a new network namespace is enabled, print network interface configuration for the sandbox specified by name or PID. Example:
854.br
855
856.br
857$ firejail --net.print=browser
858.br
859Switching to pid 1853, the first child process inside the sandbox
860.br
861Interface MAC IP Mask Status
862.br
863lo 127.0.0.1 255.0.0.0 UP
864.br
865eth0-1852 5e:fb:8e:27:29:26 192.168.1.186 255.255.255.0 UP
866.br
867
868.TP
852\fB\-\-netfilter 869\fB\-\-netfilter
853Enable a default firewall if a new network namespace is created inside the sandbox. 870Enable a default firewall if a new network namespace is created inside the sandbox.
854This option has no effect for sandboxes using the system network namespace. 871This option has no effect for sandboxes using the system network namespace.