aboutsummaryrefslogtreecommitdiffstats
path: root/etc/server.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-01-18 10:53:31 +0000
committerLibravatar GitHub <noreply@github.com>2020-01-18 10:53:31 +0000
commitdead61dd2447a9583af8a0d240a4520aa692c79d (patch)
tree6646ef340158cf7df3e0f2affe677dfe49c7134c /etc/server.profile
parent'blacklist /tmp/.X11-unix' is implied by x11 none (diff)
parentadd RUNUSER and Disable Wayland to the template (diff)
downloadfirejail-dead61dd2447a9583af8a0d240a4520aa692c79d.tar.gz
firejail-dead61dd2447a9583af8a0d240a4520aa692c79d.tar.zst
firejail-dead61dd2447a9583af8a0d240a4520aa692c79d.zip
Merge pull request #3161 from rusty-snake/bl-wayland
blacklist ${RUNUSER}/wayland-* in every profile with blacklist /tmp/.X11-unix or x11 none
Diffstat (limited to 'etc/server.profile')
-rw-r--r--etc/server.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/server.profile b/etc/server.profile
index 6e077ff84..ce318a828 100644
--- a/etc/server.profile
+++ b/etc/server.profile
@@ -14,6 +14,7 @@ noblacklist /usr/sbin
14# noblacklist /var/opt 14# noblacklist /var/opt
15 15
16blacklist /tmp/.X11-unix 16blacklist /tmp/.X11-unix
17blacklist ${RUNUSER}/wayland-*
17 18
18include disable-common.inc 19include disable-common.inc
19# include disable-devel.inc 20# include disable-devel.inc