aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-07-19 09:00:16 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-07-19 09:00:16 -0400
commit812db2a6f45d3c4ba4a3c5a9716e653d25c52f7a (patch)
treeaae653e85d488f490bf99da9dcdd0f4f79e80491 /src/man/firejail-profile.txt
parentxvfb fixes (diff)
downloadfirejail-812db2a6f45d3c4ba4a3c5a9716e653d25c52f7a.tar.gz
firejail-812db2a6f45d3c4ba4a3c5a9716e653d25c52f7a.tar.zst
firejail-812db2a6f45d3c4ba4a3c5a9716e653d25c52f7a.zip
support for Xephyr screen size
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 9f4f4a927..f446f37b8 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -341,6 +341,21 @@ Enable X11 sandboxing with Xpra server.
341.TP 341.TP
342\fBx11 xvfb 342\fBx11 xvfb
343Enable X11 sandboxing with Xvfb server. 343Enable X11 sandboxing with Xvfb server.
344.TP
345\fBxephyr-screen WIDTHxHEIGHT
346Set screen size for x11 xephyr. This command should be included in the profile file before x11 xephyr command.
347.br
348
349.br
350Example:
351.br
352
353.br
354xephyr-screen 640x480
355.br
356x11 xephyr
357
358
344 359
345.SH Resource limits, CPU affinity, Control Groups 360.SH Resource limits, CPU affinity, Control Groups
346These profile entries define the limits on system resources (rlimits) for the processes inside the sandbox. 361These profile entries define the limits on system resources (rlimits) for the processes inside the sandbox.