aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-03-03 10:46:05 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-03-03 10:46:05 -0500
commitdd5881a2860ddb9abb1e60b7de550f4cdac60524 (patch)
treebe54f040ed6dc04628a21323a6d31856ffc9303c /src/man/firejail-profile.txt
parentmerge #1100 from zackw: xvfb support (diff)
downloadfirejail-dd5881a2860ddb9abb1e60b7de550f4cdac60524.tar.gz
firejail-dd5881a2860ddb9abb1e60b7de550f4cdac60524.tar.zst
firejail-dd5881a2860ddb9abb1e60b7de550f4cdac60524.zip
xvfb X11 server support (--x11=xvfb)
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index aa1aec567..d60d48072 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -310,13 +310,16 @@ Remove DISPLAY and XAUTHORITY environment variables.
310Stop with error message if X11 abstract socket will be accessible in jail. 310Stop with error message if X11 abstract socket will be accessible in jail.
311.TP 311.TP
312\fBx11 xephyr 312\fBx11 xephyr
313Enable X11 sandboxing with xephyr. 313Enable X11 sandboxing with Xephyr server.
314.TP 314.TP
315\fBx11 xorg 315\fBx11 xorg
316Enable X11 sandboxing with X11 security extension. 316Enable X11 sandboxing with X11 security extension.
317.TP 317.TP
318\fBx11 xpra 318\fBx11 xpra
319Enable X11 sandboxing with xpra. 319Enable X11 sandboxing with Xpra server.
320.TP
321\fBx11 xvfb
322Enable X11 sandboxing with Xvfb server.
320 323
321.SH Resource limits, CPU affinity, Control Groups 324.SH Resource limits, CPU affinity, Control Groups
322These profile entries define the limits on system resources (rlimits) for the processes inside the sandbox. 325These profile entries define the limits on system resources (rlimits) for the processes inside the sandbox.