mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
harden liferea (#3873)
* harden liferea * dbus fixes On closer investigation it seems wiser to tighten D-Bus filtering as Liferea implements stuff via plugins that are disabled by default.
This commit is contained in:
parent
6c7138edf7
commit
aa2c9ade1a
1 changed files with 10 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ noroot
|
|||
# nosound
|
||||
notv
|
||||
nou2f
|
||||
# novideo
|
||||
novideo
|
||||
protocol unix,inet,inet6
|
||||
seccomp
|
||||
shell none
|
||||
|
|
@ -51,3 +51,12 @@ tracelog
|
|||
disable-mnt
|
||||
private-dev
|
||||
private-tmp
|
||||
|
||||
dbus-user filter
|
||||
dbus-user.own net.sourceforge.liferea
|
||||
dbus-user.talk ca.desrt.dconf
|
||||
# Uncomment the below if you use the 'Popup Notifications' plugin or add 'dbus-user.talk org.freedesktop.Notifications' to your liferea.local
|
||||
#dbus-user.talk org.freedesktop.Notifications
|
||||
# Uncomment the below if you use the 'Libsecret Support' plugin or add 'dbus-user.talk org.freedesktop.secrets' to your liferea.local
|
||||
#dbus-user.talk org.freedesktop.secrets
|
||||
dbus-system none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue