aboutsummaryrefslogtreecommitdiffstats
path: root/etc/authenticator.profile
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2020-04-07 16:14:25 -0500
committerLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2020-04-07 16:14:25 -0500
commit3848b98961614e1776b29ecfb76ef4c750b6b25f (patch)
tree3c7f0b623978562ee23fba7f52b6a039571cebea /etc/authenticator.profile
parentdbus-proxy (gnome_games) (diff)
downloadfirejail-3848b98961614e1776b29ecfb76ef4c750b6b25f.tar.gz
firejail-3848b98961614e1776b29ecfb76ef4c750b6b25f.tar.zst
firejail-3848b98961614e1776b29ecfb76ef4c750b6b25f.zip
Replace `nodbus` with dbus-* filters
See - 07fac581f6b9b5ed068f4c54a9521b51826375c5 for new dbus filters - https://github.com/netblue30/firejail/pull/3326#issuecomment-610423183 Except for ocenaudio, access/restrictions on dbus options should be unchanged Ocenaudio profile: dbus filters were sandboxed (initially `nodbus` was enabled) since comments indicated blocking dbus meant preferences were broken
Diffstat (limited to 'etc/authenticator.profile')
-rw-r--r--etc/authenticator.profile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/authenticator.profile b/etc/authenticator.profile
index 4887299ec..131b20c70 100644
--- a/etc/authenticator.profile
+++ b/etc/authenticator.profile
@@ -24,7 +24,6 @@ include disable-programs.inc
24caps.drop all 24caps.drop all
25netfilter 25netfilter
26no3d 26no3d
27# nodbus - makes settings immutable
28nodvd 27nodvd
29nogroups 28nogroups
30nonewprivs 29nonewprivs
@@ -43,4 +42,8 @@ private-dev
43private-etc alternatives,ca-certificates,crypto-policies,fonts,ld.so.cache,pki,resolv.conf,ssl 42private-etc alternatives,ca-certificates,crypto-policies,fonts,ld.so.cache,pki,resolv.conf,ssl
44private-tmp 43private-tmp
45 44
45# makes settings immutable
46# dbus-user none
47# dbus-system none
48
46#memory-deny-write-execute - breaks on Arch (see issue #1803) 49#memory-deny-write-execute - breaks on Arch (see issue #1803)