aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 26055300b..255384e2e 100644
--- a/README.md
+++ b/README.md
@@ -96,8 +96,14 @@ Use this issue to request new profiles: [#1139](https://github.com/netblue30/fir
96````` 96`````
97 97
98````` 98`````
99# 0.9.50 release pending 99# Current development version: 0.9.51
100 100
101Development moved on 0.9.50-bugfixes branch: https://github.com/netblue30/firejail/tree/0.9.50-bugfixes 101## New command line options
102`````
103 --writable-run-user
104 This options disables the default blacklisting of
105 run/user/$UID/systemd and /run/user/$UID/gnupg.
102 106
103# Current development version: 0.9.51 107 Example:
108 $ sudo firejail --writable-run-user
109`````