From 99c2a67527dc9658165110a7f2cde0f6bc3350dd Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 19 Apr 2016 16:04:40 -0400 Subject: profile manpage --- src/man/firejail-profile.txt | 55 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) (limited to 'src') diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt index 9045c1122..f5610cafc 100644 --- a/src/man/firejail-profile.txt +++ b/src/man/firejail-profile.txt @@ -284,9 +284,15 @@ Enable IPC namespace. .TP \fBnosound Disable sound system. + .SH Networking Networking features available in profile files. +.TP +\fBdefaultgw address +Use this address as default gateway in the new network namespace. + +.TP \fBdns address Set a DNS server for the sandbox. Up to three DNS servers can be defined. @@ -294,6 +300,45 @@ Set a DNS server for the sandbox. Up to three DNS servers can be defined. \fBhostname name Set a hostname for the sandbox. +.TP +\fBip address +Assign IP addresses to the last network interface defined by a net command. A +default gateway is assigned by default. +.br + +.br +Example: +.br +net eth0 +.br +ip 10.10.20.56 + +.TP +\fBip none +No IP address and no default gateway are configured for the last interface +defined by a net command. Use this option +in case you intend to start an external DHCP client in the sandbox. +.br + +.br +Example: +.br +net eth0 +.br +ip none + +.TP +\fBip6 address +Assign IPv6 addresses to the last network interface defined by a net command. +.br + +.br +Example: +.br +net eth0 +.br +ip6 2001:0db8:0:f101::1/64 + .TP \fBiprange address,address Assign an IP address in the provided range to the last network @@ -310,6 +355,16 @@ net eth0 iprange 192.168.1.150,192.168.1.160 .br +.TP +\fBmac address +Assign MAC addresses to the last network interface defined by a net command. + +.TP +\fBmtu number +Assign a MTU value to the last network interface defined by a net command. + + + .TP \fBnetfilter If a new network namespace is created, enabled default network filter. -- cgit v1.2.3-54-g00ecf