aboutsummaryrefslogtreecommitdiffstats
path: root/etc/firejail.config
diff options
context:
space:
mode:
Diffstat (limited to 'etc/firejail.config')
-rw-r--r--etc/firejail.config8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/firejail.config b/etc/firejail.config
index 824e3f503..766802a7d 100644
--- a/etc/firejail.config
+++ b/etc/firejail.config
@@ -20,6 +20,12 @@
20# Enable Firejail green prompt in terminal, default disabled 20# Enable Firejail green prompt in terminal, default disabled
21# firejail-prompt no 21# firejail-prompt no
22 22
23# Follow symlink as user. While using --whitelist feature,
24# symlinks pointing outside home directory are followed only
25# if both the link and the real file are owned by the user.
26# Enabled by default
27# follow-symlink-as-user yes
28
23# Force use of nonewprivs. This mitigates the possibility of 29# Force use of nonewprivs. This mitigates the possibility of
24# a user abusing firejail's features to trick a privileged (suid 30# a user abusing firejail's features to trick a privileged (suid
25# or file capabilities) process into loading code or configuration 31# or file capabilities) process into loading code or configuration
@@ -79,6 +85,6 @@
79# Firejail window title in Xephyr, default enabled. 85# Firejail window title in Xephyr, default enabled.
80# xephyr-window-title yes 86# xephyr-window-title yes
81 87
82# Xephyr command extra parameters. None by default, and the declaration is commented out. 88# Xephyr command extra parameters. None by default; these are examples.
83# xephyr-extra-params -keybd ephyr,,,xkbmodel=evdev 89# xephyr-extra-params -keybd ephyr,,,xkbmodel=evdev
84# xephyr-extra-params -grayscale 90# xephyr-extra-params -grayscale