aboutsummaryrefslogtreecommitdiffstats
path: root/etc/unbound.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/unbound.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/unbound.profile')
-rw-r--r--etc/unbound.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/unbound.profile b/etc/unbound.profile
index 67448d766..36533a762 100644
--- a/etc/unbound.profile
+++ b/etc/unbound.profile
@@ -10,6 +10,7 @@ noblacklist /sbin
10noblacklist /usr/sbin 10noblacklist /usr/sbin
11 11
12blacklist /tmp/.X11-unix 12blacklist /tmp/.X11-unix
13blacklist ${RUNUSER}/wayland-*
13 14
14include disable-common.inc 15include disable-common.inc
15include disable-devel.inc 16include disable-devel.inc