aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
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
parentxvfb fixes (diff)
downloadfirejail-812db2a6f45d3c4ba4a3c5a9716e653d25c52f7a.tar.gz
firejail-812db2a6f45d3c4ba4a3c5a9716e653d25c52f7a.tar.zst
firejail-812db2a6f45d3c4ba4a3c5a9716e653d25c52f7a.zip
support for Xephyr screen size
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt15
-rw-r--r--src/man/firejail.txt10
2 files changed, 25 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.
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 6e49fc25f..3253ae8bb 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1980,7 +1980,17 @@ On the client machine we start a VNC viewer and use it to connect to our server:
1980$ vncviewer 1980$ vncviewer
1981.br 1981.br
1982 1982
1983.TP
1984\fB\-\-xephyr-screen=WIDTHxHEIGHT
1985Set screen size for --x11=xephyr. The setting will overwrite the default set in /etc/firejail/firejail.config
1986for the current sandbox. Run xrandr to get a list of supported resolutions on your computer.
1987.br
1983 1988
1989.br
1990Example:
1991.br
1992$ firejail --net=eth0 --x11=xephyr --xephyr-screen=640x480 firefox
1993.br
1984 1994
1985.TP 1995.TP
1986\fB\-\-zsh 1996\fB\-\-zsh