aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-07-11 06:45:31 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-07-11 06:45:31 -0400
commit89a7054b0c75ca748cac6fd5bc4be92c0488ab3b (patch)
treebb07b751952675b3609be4d001f307b3d913dc73 /README.md
parenttunneling support - tap interface in --net option (diff)
downloadfirejail-89a7054b0c75ca748cac6fd5bc4be92c0488ab3b.tar.gz
firejail-89a7054b0c75ca748cac6fd5bc4be92c0488ab3b.tar.zst
firejail-89a7054b0c75ca748cac6fd5bc4be92c0488ab3b.zip
tunneling support - tap interface in --net option
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index b6e6fb89e..12ff8df21 100644
--- a/README.md
+++ b/README.md
@@ -118,7 +118,8 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
118 $ firejail --net=eth0 --ip=192.168.1.80 --dns=8.8.8.8 firefox 118 $ firejail --net=eth0 --ip=192.168.1.80 --dns=8.8.8.8 firefox
119 $ firejail --net=wlan0 firefox 119 $ firejail --net=wlan0 firefox
120 120
121 --net=tap_interface 121 (tunneling support)
122 --net=tap_interface
122 Enable a new network namespace and connect it to this ethernet 123 Enable a new network namespace and connect it to this ethernet
123 tap interface using the standard Linux macvlan driver. If the 124 tap interface using the standard Linux macvlan driver. If the
124 tap interface is not configured, the sandbox will not try to 125 tap interface is not configured, the sandbox will not try to