aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-07-11 06:42:59 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-07-11 06:42:59 -0400
commit261d08d394559a05d804a76e52183f6e26d871f5 (patch)
tree0f17c4d61ad92290863590ed4347c5e14729eb20 /src/man/firejail-profile.txt
parentAdd documentation for keep-dev-shm option (diff)
downloadfirejail-261d08d394559a05d804a76e52183f6e26d871f5.tar.gz
firejail-261d08d394559a05d804a76e52183f6e26d871f5.tar.zst
firejail-261d08d394559a05d804a76e52183f6e26d871f5.zip
tunneling support - tap interface in --net option
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 767cf89f4..e29cf4f4b 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -589,16 +589,23 @@ configured as default gateway is the bridge device IP address. Up to four \-\-ne
589bridge devices can be defined. Mixing bridge and macvlan devices is allowed. 589bridge devices can be defined. Mixing bridge and macvlan devices is allowed.
590 590
591.TP 591.TP
592\fBnet ethernet_interface 592\fBnet ethernet_interface|wireless_interface
593Enable a new network namespace and connect it 593Enable a new network namespace and connect it
594to this ethernet interface using the standard Linux macvlan 594to this ethernet interface using the standard Linux macvlan or ipvlan
595driver. Unless specified with option \-\-ip and \-\-defaultgw, an 595driver. Unless specified with option \-\-ip and \-\-defaultgw, an
596IP address and a default gateway will be assigned automatically 596IP address and a default gateway will be assigned automatically
597to the sandbox. The IP address is verified using ARP before 597to the sandbox. The IP address is verified using ARP before
598assignment. The address configured as default gateway is the 598assignment. The address configured as default gateway is the
599default gateway of the host. Up to four \-\-net devices can 599default gateway of the host. Up to four \-\-net devices can
600be defined. Mixing bridge and macvlan devices is allowed. 600be defined. Mixing bridge and macvlan devices is allowed.
601Note: wlan devices are not supported for this option. 601
602.TP
603\fBnet tap_interface
604Enable a new network namespace and connect it
605to this ethernet tap interface using the standard Linux macvlan
606driver. If the tap interface is not configured, the sandbox
607will not try to configure the interface inside the sandbox.
608Please use ip, netmask and defaultgw to specify the configuration.
602 609
603.TP 610.TP
604\fBnet none 611\fBnet none