From 65eccf88be7efbbc19a6c7e3f9d9396697a55f1f Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 8 Apr 2016 21:52:23 -0400 Subject: added iprange profile command --- src/man/firejail-profile.txt | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) (limited to 'src/man') diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt index ddfae5948..9045c1122 100644 --- a/src/man/firejail-profile.txt +++ b/src/man/firejail-profile.txt @@ -287,6 +287,29 @@ Disable sound system. .SH Networking Networking features available in profile files. +\fBdns address +Set a DNS server for the sandbox. Up to three DNS servers can be defined. + +.TP +\fBhostname name +Set a hostname for the sandbox. + +.TP +\fBiprange address,address +Assign an IP address in the provided range to the last network +interface defined by a net command. A default gateway is assigned by default. +.br + +.br +Example: +.br + +.br +net eth0 +.br +iprange 192.168.1.150,192.168.1.160 +.br + .TP \fBnetfilter If a new network namespace is created, enabled default network filter. @@ -322,14 +345,6 @@ available in the new namespace is a new loopback interface (lo). Use this option to deny network access to programs that don't really need network access. -.TP -\fBdns address -Set a DNS server for the sandbox. Up to three DNS servers can be defined. - -.TP -\fBhostname name -Set a hostname for the sandbox. - .SH RELOCATING PROFILES For various reasons some users might want to keep the profile files in a different directory. Using \fB--profile-path\fR command line option, Firejail can be instructed to look for profiles -- cgit v1.2.3-54-g00ecf