From f402d2c683ab9c93240362ea90d0a5ddba51481b Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 29 Oct 2018 09:37:03 -0400 Subject: adding --net.print command line option --- src/man/firejail.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/man') 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 @@ -848,6 +848,23 @@ $ firejail \-\-net=none vlc Note: \-\-net=none can crash the application on some platforms. In these cases, it can be replaced with \-\-protocol=unix. +.TP +\fB\-\-net.print=name|pid +If a new network namespace is enabled, print network interface configuration for the sandbox specified by name or PID. Example: +.br + +.br +$ firejail --net.print=browser +.br +Switching to pid 1853, the first child process inside the sandbox +.br +Interface MAC IP Mask Status +.br +lo 127.0.0.1 255.0.0.0 UP +.br +eth0-1852 5e:fb:8e:27:29:26 192.168.1.186 255.255.255.0 UP +.br + .TP \fB\-\-netfilter Enable a default firewall if a new network namespace is created inside the sandbox. -- cgit v1.2.3-70-g09d2