aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-10-02 10:24:14 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-10-02 10:24:14 -0400
commitf9b1722032e79791590e03d271216482105c0e33 (patch)
tree3f25918c99984708930f2cb779349247cebede79 /src/man
parentrenamed --x11=block to --x11=none, brought back the requirement for network n... (diff)
downloadfirejail-f9b1722032e79791590e03d271216482105c0e33.tar.gz
firejail-f9b1722032e79791590e03d271216482105c0e33.tar.zst
firejail-f9b1722032e79791590e03d271216482105c0e33.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-profile.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 9583ad426..f4b2c22fa 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -285,7 +285,7 @@ Enable X11 sandboxing with xpra.
285\fBx11 xephyr 285\fBx11 xephyr
286Enable X11 sandboxing with xephyr. 286Enable X11 sandboxing with xephyr.
287.TP 287.TP
288\fBx11 block 288\fBx11 none
289Blacklist /tmp/.X11-unix directory, ${HOME}/.Xauthority and file specified in ${XAUTHORITY} environment variable. 289Blacklist /tmp/.X11-unix directory, ${HOME}/.Xauthority and file specified in ${XAUTHORITY} environment variable.
290Remove DISPLAY and XAUTHORITY environment variables. 290Remove DISPLAY and XAUTHORITY environment variables.
291Stop with error message if X11 abstract socket will be accessible in jail. 291Stop with error message if X11 abstract socket will be accessible in jail.