aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-09-14 08:50:01 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-09-14 08:50:01 -0400
commit9d4f2784b33abae457731b43128cd8590d80b7cc (patch)
tree76f15369f49b95b34027136b1eb8037ec5d3875a /README.md
parentfix Arch Linux /etc/resolv.conf symlink to /var/run/systemd/resolve/resolv.conf (diff)
downloadfirejail-9d4f2784b33abae457731b43128cd8590d80b7cc.tar.gz
firejail-9d4f2784b33abae457731b43128cd8590d80b7cc.tar.zst
firejail-9d4f2784b33abae457731b43128cd8590d80b7cc.zip
--writable-run-user, solving ssh/gnupg authentication problems for smarcards
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`````