summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-06-14 15:09:12 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-06-14 15:09:12 -0400
commit4e64e64d94c365132f9fc9d14932d6ffa887289a (patch)
tree26b8d7d58d5882d442f341966c3737c249c962a8
parentMerge pull request #2000 from flacks/profiles/tor-browser (diff)
downloadfirejail-4e64e64d94c365132f9fc9d14932d6ffa887289a.tar.gz
firejail-4e64e64d94c365132f9fc9d14932d6ffa887289a.tar.zst
firejail-4e64e64d94c365132f9fc9d14932d6ffa887289a.zip
readme.md
-rw-r--r--README.md30
-rw-r--r--RELNOTES3
2 files changed, 33 insertions, 0 deletions
diff --git a/README.md b/README.md
index 70f2f8447..cd6d82990 100644
--- a/README.md
+++ b/README.md
@@ -100,5 +100,35 @@ 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## Mounting a temporary filesystem on top of ~/.cache directory by default
104
105To disable it globally, set "private-cache no" in /etc/firejail/firejail.config.
106
107
108## New commands:
109`````
110 (wireless support for --net)
111 --net=ethernet_interface|wireless_interface
112 Enable a new network namespace and connect it to this ethernet
113 interface using the standard Linux macvlan|ipvaln driver.
114 Unless specified with option --ip and --defaultgw, an IP
115 address and a default gateway will be assigned automatically to
116 the sandbox. The IP address is verified using ARP before
117 assignment. The address configured as default gateway is the
118 default gateway of the host. Up to four --net options can be
119 specified. Support for ipvlan driver was introduced in Linux
120 kernel 3.19.
121
122 Example:
123 $ firejail --net=eth0 --ip=192.168.1.80 --dns=8.8.8.8 firefox
124 $ firejail --net=wlan0 firefox
125
126 --nou2f
127 Disable U2F devices.
128
129 Example:
130 $ firejail --nou2f
131`````
132
103## New profiles 133## New profiles
104Microsoft Office Online, riot-desktop, gnome-mpv 134Microsoft Office Online, riot-desktop, gnome-mpv
diff --git a/RELNOTES b/RELNOTES
index b49ba939c..00e06f62c 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,9 @@
1firejail (0.9.55) baseline; urgency=low 1firejail (0.9.55) baseline; urgency=low
2 * work in progress 2 * work in progress
3 * modif: removed CFG_CHROOT_DESKTOP configuration option 3 * modif: removed CFG_CHROOT_DESKTOP configuration option
4 * mounting a temporary filesystem on top of ~/.cache directory by default.
5 To disable it globally, set "private-cache no" in
6 /etc/firejail/firejail.config.
4 * support full paths in private-lib 7 * support full paths in private-lib
5 * globbing support in private-lib 8 * globbing support in private-lib
6 * new profiles: ms-excel, ms-office, ms-onenote, ms-outlook, ms-powerpoint 9 * new profiles: ms-excel, ms-office, ms-onenote, ms-outlook, ms-powerpoint