aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-09-22 08:18:56 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-09-22 08:18:56 -0400
commit56bf7c836e8cbc74b36ded08429b2112096f6d8e (patch)
tree8fbcfceb69e8b51556802dcb08a2e408b4942f59 /src/man
parentfixed macvlan problem (diff)
downloadfirejail-56bf7c836e8cbc74b36ded08429b2112096f6d8e.tar.gz
firejail-56bf7c836e8cbc74b36ded08429b2112096f6d8e.tar.zst
firejail-56bf7c836e8cbc74b36ded08429b2112096f6d8e.zip
added --interface option
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 4bf537c95..3f4fba00e 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -320,6 +320,18 @@ $ firejail \-\-env=LD_LIBRARY_PATH=/opt/test/lib
320.TP 320.TP
321\fB\-?\fR, \fB\-\-help\fR 321\fB\-?\fR, \fB\-\-help\fR
322Print options end exit. 322Print options end exit.
323
324
325.TP
326\fB\-\-interface=interface
327Move interface in a new network namespace. Up to four --interface options can be sepcified.
328.br
329
330.br
331Example:
332.br
333$ firejail \-\-interface=eth1 \-\-interface=eth0.vlan100
334
323.TP 335.TP
324\fB\-\-ip=address 336\fB\-\-ip=address
325Assign IP addresses to the last network interface defined by a \-\-net option. A 337Assign IP addresses to the last network interface defined by a \-\-net option. A