aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
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.