aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/unbound.profile
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2022-04-10 17:48:29 +0200
committerLibravatar smitsohu <smitsohu@gmail.com>2022-04-10 17:50:28 +0200
commitaf2b81b6129023a94eb23e65f63c3b8c675b779c (patch)
treec39edb5961442b16fa9088ee81b092d76e531013 /etc/profile-m-z/unbound.profile
parentsteam: add HotLine Miami (#5097) (diff)
downloadfirejail-af2b81b6129023a94eb23e65f63c3b8c675b779c.tar.gz
firejail-af2b81b6129023a94eb23e65f63c3b8c675b779c.tar.zst
firejail-af2b81b6129023a94eb23e65f63c3b8c675b779c.zip
unbound: fixes, blacklist all of ${RUNUSER}
Diffstat (limited to 'etc/profile-m-z/unbound.profile')
-rw-r--r--etc/profile-m-z/unbound.profile6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/profile-m-z/unbound.profile b/etc/profile-m-z/unbound.profile
index e8424cd7d..ef43ee822 100644
--- a/etc/profile-m-z/unbound.profile
+++ b/etc/profile-m-z/unbound.profile
@@ -10,7 +10,7 @@ noblacklist /sbin
10noblacklist /usr/sbin 10noblacklist /usr/sbin
11 11
12blacklist /tmp/.X11-unix 12blacklist /tmp/.X11-unix
13blacklist ${RUNUSER}/wayland-* 13blacklist ${RUNUSER}
14 14
15include disable-common.inc 15include disable-common.inc
16include disable-devel.inc 16include disable-devel.inc
@@ -19,8 +19,11 @@ include disable-interpreters.inc
19include disable-programs.inc 19include disable-programs.inc
20include disable-xdg.inc 20include disable-xdg.inc
21 21
22whitelist /usr/share/dns
22include whitelist-usr-share-common.inc 23include whitelist-usr-share-common.inc
23 24
25whitelist /var/lib/ca-certificates
26read-only /var/lib/ca-certificates
24whitelist /var/lib/unbound 27whitelist /var/lib/unbound
25whitelist /var/run 28whitelist /var/run
26 29
@@ -48,5 +51,4 @@ writable-var
48dbus-user none 51dbus-user none
49dbus-system none 52dbus-system none
50 53
51# mdwe can break modules/plugins
52memory-deny-write-execute 54memory-deny-write-execute