aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-05-26 09:12:09 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2021-05-26 09:12:09 -0400
commit4909fa7efce4a36bd16e7bf80c9642b93c262ddf (patch)
treea1f051c787c45473a732e038564f02223ddfa14f /etc
parentfix firejail startup race (diff)
downloadfirejail-4909fa7efce4a36bd16e7bf80c9642b93c262ddf.tar.gz
firejail-4909fa7efce4a36bd16e7bf80c9642b93c262ddf.tar.zst
firejail-4909fa7efce4a36bd16e7bf80c9642b93c262ddf.zip
deprecated follow-symlink-as-user from firejail.config
Diffstat (limited to 'etc')
-rw-r--r--etc/firejail.config6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/firejail.config b/etc/firejail.config
index 9dd33b5ed..c671efef9 100644
--- a/etc/firejail.config
+++ b/etc/firejail.config
@@ -46,12 +46,6 @@
46# Enable Firejail green prompt in terminal, default disabled 46# Enable Firejail green prompt in terminal, default disabled
47# firejail-prompt no 47# firejail-prompt no
48 48
49# Follow symlink as user. While using --whitelist feature,
50# symlinks pointing outside home directory are followed only
51# if both the link and the real file are owned by the user.
52# Enabled by default
53# follow-symlink-as-user yes
54
55# Force use of nonewprivs. This mitigates the possibility of 49# Force use of nonewprivs. This mitigates the possibility of
56# a user abusing firejail's features to trick a privileged (suid 50# a user abusing firejail's features to trick a privileged (suid
57# or file capabilities) process into loading code or configuration 51# or file capabilities) process into loading code or configuration