aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-09-09 13:04:32 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-09-09 13:04:32 -0400
commit419d876d9fef926e183c0b3bc0961a9abe9e7ba5 (patch)
tree6efbebbfc552bb8651c98923c42ad00493544066 /README.md
parentremove blacklist /usr/lib/llvm* in dusable-devel.inc - problems with hardware... (diff)
downloadfirejail-419d876d9fef926e183c0b3bc0961a9abe9e7ba5.tar.gz
firejail-419d876d9fef926e183c0b3bc0961a9abe9e7ba5.tar.zst
firejail-419d876d9fef926e183c0b3bc0961a9abe9e7ba5.zip
support for firetunnel utility
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index 78764eb9c..0c145079b 100644
--- a/README.md
+++ b/README.md
@@ -162,6 +162,24 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
162 162
163 Example: 163 Example:
164 $ firejail --private-cache 164 $ firejail --private-cache
165
166 --tunnel[=devname]
167 Connect the sandbox to a network overlay/VPN tunnel created by
168 firetunnel utility. This options tries first the client side of
169 the tunnel. If this fails, it tries the server side. If multiā€
170 ple tunnels are active, please specify the tunnel device using
171 --tunnel=devname.
172
173 The available tunnel devices are listed in /etc/firetunnel
174 directory, one file for each device. The files are regular
175 firejail profile files containing the network configuration,
176 and are created and managed by firetunnel utility. By default
177 ftc is the client-side device and fts is the server-side
178 device. For more information please see man 1 firetunnel.
179
180 Example:
181 $ firejail --tunnel firefox
182
165````` 183`````
166 184
167## New profiles 185## New profiles