mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
fix: issue in dbus rule.
This commit is contained in:
parent
4bddfd8690
commit
17c3faf09d
1 changed files with 1 additions and 2 deletions
|
@ -31,8 +31,7 @@ profile evince @{exec_path} {
|
|||
interface=org.gnome.evince.Daemon
|
||||
peer=(name=org.gnome.evince.Daemon),
|
||||
dbus receive bus=session path=/org/gnome/evince/
|
||||
peer=(name="{org.gnome.evince.Daemon,org.freedesktop.DBus,:*}",
|
||||
label=@{profile_name}), # all interfaces and members
|
||||
peer=(name="{org.gnome.evince.Daemon,org.freedesktop.DBus,:*}", label=@{profile_name}), # all interfaces and members
|
||||
|
||||
dbus send bus=session path=/org/gtk/vfs/metadata
|
||||
interface=org.gtk.vfs.Metadata
|
||||
|
|
Loading…
Reference in a new issue