aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md35
1 files changed, 34 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1c4ffc4aa..cf1384249 100644
--- a/README.md
+++ b/README.md
@@ -100,5 +100,38 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
100````` 100`````
101# Current development version: 0.9.55 101# Current development version: 0.9.55
102 102
103## New commands:
104`````
105 (wireless support for --net)
106 --net=ethernet_interface|wireless_interface
107 Enable a new network namespace and connect it to this ethernet
108 interface using the standard Linux macvlan|ipvaln driver.
109 Unless specified with option --ip and --defaultgw, an IP
110 address and a default gateway will be assigned automatically to
111 the sandbox. The IP address is verified using ARP before
112 assignment. The address configured as default gateway is the
113 default gateway of the host. Up to four --net options can be
114 specified. Support for ipvlan driver was introduced in Linux
115 kernel 3.19.
116
117 Example:
118 $ firejail --net=eth0 --ip=192.168.1.80 --dns=8.8.8.8 firefox
119 $ firejail --net=wlan0 firefox
120
121 --nou2f
122 Disable U2F devices.
123
124 Example:
125 $ firejail --nou2f
126
127 --private-cache
128 Mount an empty temporary filesystem on top of the .cache
129 directory in user home. All modifications are discarded
130 when the sandbox is closed.
131
132 Example:
133 $ firejail --private-cache
134`````
135
103## New profiles 136## New profiles
104Microsoft Office Online 137Microsoft Office Online, riot-desktop, gnome-mpv, snox,