2
0
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:
Alex Murray
2024-12-10 12:01:12 +10:30
parent 6a23c26a12
commit 62cdb6fd79

View File

@@ -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>