mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
audacious: D-Bus hardening (#5922)
* audacious: D-Bus hardening * audacious: add noprinters
This commit is contained in:
parent
142a2130f7
commit
5bcacba812
1 changed files with 10 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue