aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-09-28 13:23:09 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-09-28 13:23:09 -0400
commitd50b3b3db2df3ac5e82bbf49eb8de132099488f0 (patch)
tree3c212f9391035d677a7fbb81c8272a3ff49224e9 /src/man
parentprofile cleanup (diff)
downloadfirejail-d50b3b3db2df3ac5e82bbf49eb8de132099488f0.tar.gz
firejail-d50b3b3db2df3ac5e82bbf49eb8de132099488f0.tar.zst
firejail-d50b3b3db2df3ac5e82bbf49eb8de132099488f0.zip
--veth-name option
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt5
-rw-r--r--src/man/firejail.txt12
2 files changed, 17 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index b945f6828..4c5651925 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -474,6 +474,11 @@ available in the new namespace is a new loopback interface (lo).
474Use this option to deny network access to programs that don't 474Use this option to deny network access to programs that don't
475really need network access. 475really need network access.
476 476
477.TP
478\fBveth-name name
479Use this name for the interface connected to the bridge for --net=bridge_interface commands,
480instead of the default one.
481
477.SH Other 482.SH Other
478.TP 483.TP
479\fBjoin-or-start sandboxname 484\fBjoin-or-start sandboxname
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index fe3e53044..2c4944331 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1605,6 +1605,18 @@ Example:
1605$ firejail \-\-version 1605$ firejail \-\-version
1606.br 1606.br
1607firejail version 0.9.27 1607firejail version 0.9.27
1608
1609.TP
1610\fB\-\-veth-name=name
1611Use this name for the interface connected to the bridge for --net=bridge_interface commands,
1612instead of the default one.
1613.br
1614
1615.br
1616Example:
1617.br
1618$ firejail \-\-net=br0 --veth-name=if0
1619
1608.TP 1620.TP
1609\fB\-\-whitelist=dirname_or_filename 1621\fB\-\-whitelist=dirname_or_filename
1610Whitelist directory or file. A temporary file system is mounted on the top directory, and the 1622Whitelist directory or file. A temporary file system is mounted on the top directory, and the