aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-19 16:04:40 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-19 16:04:40 -0400
commit99c2a67527dc9658165110a7f2cde0f6bc3350dd (patch)
treea79bb4ed05504a8f05328a4b10e51516079905fa /src/man/firejail-profile.txt
parentnetworking profile file support (diff)
downloadfirejail-99c2a67527dc9658165110a7f2cde0f6bc3350dd.tar.gz
firejail-99c2a67527dc9658165110a7f2cde0f6bc3350dd.tar.zst
firejail-99c2a67527dc9658165110a7f2cde0f6bc3350dd.zip
profile manpage
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt55
1 files changed, 55 insertions, 0 deletions
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.
284.TP 284.TP
285\fBnosound 285\fBnosound
286Disable sound system. 286Disable sound system.
287
287.SH Networking 288.SH Networking
288Networking features available in profile files. 289Networking features available in profile files.
289 290
291.TP
292\fBdefaultgw address
293Use this address as default gateway in the new network namespace.
294
295.TP
290\fBdns address 296\fBdns address
291Set a DNS server for the sandbox. Up to three DNS servers can be defined. 297Set a DNS server for the sandbox. Up to three DNS servers can be defined.
292 298
@@ -295,6 +301,45 @@ Set a DNS server for the sandbox. Up to three DNS servers can be defined.
295Set a hostname for the sandbox. 301Set a hostname for the sandbox.
296 302
297.TP 303.TP
304\fBip address
305Assign IP addresses to the last network interface defined by a net command. A
306default gateway is assigned by default.
307.br
308
309.br
310Example:
311.br
312net eth0
313.br
314ip 10.10.20.56
315
316.TP
317\fBip none
318No IP address and no default gateway are configured for the last interface
319defined by a net command. Use this option
320in case you intend to start an external DHCP client in the sandbox.
321.br
322
323.br
324Example:
325.br
326net eth0
327.br
328ip none
329
330.TP
331\fBip6 address
332Assign IPv6 addresses to the last network interface defined by a net command.
333.br
334
335.br
336Example:
337.br
338net eth0
339.br
340ip6 2001:0db8:0:f101::1/64
341
342.TP
298\fBiprange address,address 343\fBiprange address,address
299Assign an IP address in the provided range to the last network 344Assign an IP address in the provided range to the last network
300interface defined by a net command. A default gateway is assigned by default. 345interface defined by a net command. A default gateway is assigned by default.
@@ -311,6 +356,16 @@ iprange 192.168.1.150,192.168.1.160
311.br 356.br
312 357
313.TP 358.TP
359\fBmac address
360Assign MAC addresses to the last network interface defined by a net command.
361
362.TP
363\fBmtu number
364Assign a MTU value to the last network interface defined by a net command.
365
366
367
368.TP
314\fBnetfilter 369\fBnetfilter
315If a new network namespace is created, enabled default network filter. 370If a new network namespace is created, enabled default network filter.
316 371