mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-02 15:25:27 +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}"
|
path="/org/gnome/Rygel{,1}"
|
||||||
peer=(label=unconfined),
|
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 {
|
profile mx-extract {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/dbus-session-strict>
|
include <abstractions/dbus-session-strict>
|
||||||
|
Reference in New Issue
Block a user