Skip to content

Commit

Permalink
fix: issue in dbus rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Dec 6, 2023
1 parent 4bddfd8 commit 17c3faf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apparmor.d/profiles-a-f/evince
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17c3faf

Please sign in to comment.