aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-08 07:43:10 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-08 07:43:10 -0400
commit97d865e5e599bb21ccaff51a3afd659946178195 (patch)
treecad362f7b06cc05a4192d96a8a206e65ad63b019 /src/man
parentMerge pull request #73 from greigdp/spotify-profile (diff)
downloadfirejail-97d865e5e599bb21ccaff51a3afd659946178195.tar.gz
firejail-97d865e5e599bb21ccaff51a3afd659946178195.tar.zst
firejail-97d865e5e599bb21ccaff51a3afd659946178195.zip
--mtu, spotify etc.
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 2d1c40566..6984c559b 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -443,6 +443,16 @@ Example:
443$ firejail \-\-net=eth0 \-\-mac=00:11:22:33:44:55 firefox 443$ firejail \-\-net=eth0 \-\-mac=00:11:22:33:44:55 firefox
444 444
445.TP 445.TP
446\fB\-\-mtu=number
447Assign a MTU value to the last network interface defined by a \-\-net option.
448.br
449
450.br
451Example:
452.br
453$ firejail \-\-net=eth0 \-\-mtu=1492
454
455.TP
446\fB\-\-name=name 456\fB\-\-name=name
447Set sandbox hostname. Several options, such as \-\-join and \-\-shutdown, can use 457Set sandbox hostname. Several options, such as \-\-join and \-\-shutdown, can use
448this name to identify a sandbox. 458this name to identify a sandbox.