aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-08 21:52:23 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-08 21:52:23 -0400
commit65eccf88be7efbbc19a6c7e3f9d9396697a55f1f (patch)
treeae48c2ac59d249f550a2deb48cdc09e262ad2d4e /src/man
parentnetwork profile fix (diff)
downloadfirejail-65eccf88be7efbbc19a6c7e3f9d9396697a55f1f.tar.gz
firejail-65eccf88be7efbbc19a6c7e3f9d9396697a55f1f.tar.zst
firejail-65eccf88be7efbbc19a6c7e3f9d9396697a55f1f.zip
added iprange profile command
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt31
1 files changed, 23 insertions, 8 deletions
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.
287.SH Networking 287.SH Networking
288Networking features available in profile files. 288Networking features available in profile files.
289 289
290\fBdns address
291Set a DNS server for the sandbox. Up to three DNS servers can be defined.
292
293.TP
294\fBhostname name
295Set a hostname for the sandbox.
296
297.TP
298\fBiprange address,address
299Assign an IP address in the provided range to the last network
300interface defined by a net command. A default gateway is assigned by default.
301.br
302
303.br
304Example:
305.br
306
307.br
308net eth0
309.br
310iprange 192.168.1.150,192.168.1.160
311.br
312
290.TP 313.TP
291\fBnetfilter 314\fBnetfilter
292If a new network namespace is created, enabled default network filter. 315If 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).
322Use this option to deny network access to programs that don't 345Use this option to deny network access to programs that don't
323really need network access. 346really need network access.
324 347
325.TP
326\fBdns address
327Set a DNS server for the sandbox. Up to three DNS servers can be defined.
328
329.TP
330\fBhostname name
331Set a hostname for the sandbox.
332
333.SH RELOCATING PROFILES 348.SH RELOCATING PROFILES
334For various reasons some users might want to keep the profile files in a different directory. 349For various reasons some users might want to keep the profile files in a different directory.
335Using \fB--profile-path\fR command line option, Firejail can be instructed to look for profiles 350Using \fB--profile-path\fR command line option, Firejail can be instructed to look for profiles