mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 14:25:52 +00:00
profiles/apparmor.d/rygel: add DBus rule for MountTracker
Signed-off-by: Alex Murray <alex.murray@canonical.com>
This commit is contained in:
@@ -95,6 +95,14 @@ profile rygel /usr/bin/rygel {
|
||||
path="/org/gnome/Rygel{,1}"
|
||||
peer=(label=unconfined),
|
||||
|
||||
# allow to enumerate mounts
|
||||
dbus (send)
|
||||
bus=session
|
||||
path="/org/gtk/vfs/mounttracker"
|
||||
interface="org.gtk.vfs.MountTracker"
|
||||
member="ListMountableInfo"
|
||||
peer=(label=unconfined),
|
||||
|
||||
profile mx-extract {
|
||||
include <abstractions/base>
|
||||
include <abstractions/dbus-session-strict>
|
||||
|
Reference in New Issue
Block a user