aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-10-02 10:23:29 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-10-02 10:23:29 -0400
commitb7d5d68ae43edb1cd2da60762a9e297934f76b5b (patch)
treee67378bea9dba366dd2fd6901af30a756b49e252 /src/man
parentMerge pull request #829 from reinerh/master (diff)
downloadfirejail-b7d5d68ae43edb1cd2da60762a9e297934f76b5b.tar.gz
firejail-b7d5d68ae43edb1cd2da60762a9e297934f76b5b.tar.zst
firejail-b7d5d68ae43edb1cd2da60762a9e297934f76b5b.zip
renamed --x11=block to --x11=none, brought back the requirement for network namespaces for x11 sandboxing
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 3ceb21e78..aadc54677 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1713,7 +1713,7 @@ Example:
1713$ firejail \-\-x11=xephyr --net=eth0 openbox 1713$ firejail \-\-x11=xephyr --net=eth0 openbox
1714 1714
1715.TP 1715.TP
1716\fB\-\-x11=block 1716\fB\-\-x11=none
1717Blacklist /tmp/.X11-unix directory, ${HOME}/.Xauthority and file specified in ${XAUTHORITY} environment variable. 1717Blacklist /tmp/.X11-unix directory, ${HOME}/.Xauthority and file specified in ${XAUTHORITY} environment variable.
1718Remove DISPLAY and XAUTHORITY environment variables. 1718Remove DISPLAY and XAUTHORITY environment variables.
1719Stop with error message if X11 abstract socket will be accessible in jail. 1719Stop with error message if X11 abstract socket will be accessible in jail.