aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-09-15 08:19:29 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-09-15 08:19:29 -0400
commitcb42fa600df2f0843421620e3597ba71b1117828 (patch)
tree63a960dc0c310b1adeb1b24032604d944a7a0be9 /README.md
parentMerge pull request #776 from manevich/x11 (diff)
downloadfirejail-cb42fa600df2f0843421620e3597ba71b1117828.tar.gz
firejail-cb42fa600df2f0843421620e3597ba71b1117828.tar.zst
firejail-cb42fa600df2f0843421620e3597ba71b1117828.zip
fixed /etc/login.def reading on Mageia systems
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index eafcf1d78..944cd41ca 100644
--- a/README.md
+++ b/README.md
@@ -36,3 +36,15 @@ FAQ: https://firejail.wordpress.com/support/frequently-asked-questions/
36````` 36`````
37# Current development version: 0.9.43 37# Current development version: 0.9.43
38 38
39## New command line options
40`````
41 --x11=block
42 Blacklist /tmp/.X11-unix directory, ${HOME}/.Xauthority and file
43 specified in ${XAUTHORITY} enviroment variable. Remove DISPLAY and
44 XAUTHORITY enviroment variables. Stop with error message if X11
45 abstract socket will be accessible in jail.
46`````
47
48## New profile commands
49
50x11 xpra, x11 xephyr, x11 block \ No newline at end of file