From 5bcacba81273e9fe205b543ec6ab9c6ab95e1951 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Tue, 25 Jul 2023 19:40:36 +0000 Subject: audacious: D-Bus hardening (#5922) * audacious: D-Bus hardening * audacious: add noprinters --- etc/profile-a-l/audacious.profile | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'etc/profile-a-l') diff --git a/etc/profile-a-l/audacious.profile b/etc/profile-a-l/audacious.profile index b31f3f1b2..6abd87c92 100644 --- a/etc/profile-a-l/audacious.profile +++ b/etc/profile-a-l/audacious.profile @@ -14,6 +14,7 @@ include disable-common.inc include disable-devel.inc include disable-exec.inc include disable-interpreters.inc +include disable-proc.inc include disable-programs.inc include disable-xdg.inc @@ -26,6 +27,7 @@ netfilter nogroups noinput nonewprivs +noprinters noroot notv nou2f @@ -39,8 +41,13 @@ private-cache private-dev private-tmp -# dbus needed for MPRIS -# dbus-user none -# dbus-system none +dbus-user filter +dbus-user.own org.atheme.audacious +dbus-user.own org.mpris.MediaPlayer2.audacious +dbus-user.talk ca.desrt.dconf +dbus-user.talk org.freedesktop.Notifications +dbus-user.talk org.gtk.vfs.UDisks2VolumeMonitor +dbus-user.talk org.mpris.MediaPlayer2.Player +dbus-system none restrict-namespaces -- cgit v1.2.3-54-g00ecf