aboutsummaryrefslogtreecommitdiffstats
path: root/etc/firejail.config
diff options
context:
space:
mode:
Diffstat (limited to 'etc/firejail.config')
-rw-r--r--etc/firejail.config14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/firejail.config b/etc/firejail.config
index 0887e05b5..121f2dd74 100644
--- a/etc/firejail.config
+++ b/etc/firejail.config
@@ -43,6 +43,10 @@
43# that is partially under their control. Default disabled. 43# that is partially under their control. Default disabled.
44# force-nonewprivs no 44# force-nonewprivs no
45 45
46# Allow sandbox joining as a regular user, default enabled.
47# root user can always join sandboxes.
48# join yes
49
46# Enable or disable networking features, default enabled. 50# Enable or disable networking features, default enabled.
47# network yes 51# network yes
48 52
@@ -99,3 +103,13 @@
99# Xephyr command extra parameters. None by default; these are examples. 103# Xephyr command extra parameters. None by default; these are examples.
100# xephyr-extra-params -keybd ephyr,,,xkbmodel=evdev 104# xephyr-extra-params -keybd ephyr,,,xkbmodel=evdev
101# xephyr-extra-params -grayscale 105# xephyr-extra-params -grayscale
106
107# Screen size for --x11=xvfb, default 800x600x24. The third dimension is
108# color depth; use 24 unless you know exactly what you're doing.
109# xvfb-screen 640x480x24
110# xvfb-screen 800x600x24
111# xvfb-screen 1024x768x24
112# xvfb-screen 1280x1024x24
113
114# Xvfb command extra parameters. None by default; this is an example.
115# xvfb-extra-params -pixdepths 8 24 32