2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 13:58:22 +00:00

profiles/apparmor.d/rygel: allow liborc bits for mx-extract child

mx-extract also uses these parts of gstreamer so allow it as well as for the
main rygel profile.

Signed-off-by: Alex Murray <alex.murray@canonical.com>
This commit is contained in:
Alex Murray
2024-12-12 13:05:06 +10:30
parent 459e5f9649
commit 472d002a96

View File

@@ -123,6 +123,11 @@ profile rygel /usr/bin/rygel {
# media files - see tunables/rygel
owner file r @{rygel_media_dirs}/{,**},
# liborc temporary files from gstreamer Orc Integration
owner file mrw @{HOME}/orcexec.*,
owner file mrw @{run}/user/*/orcexec.*,
owner file mrw /tmp/orcexec.*,
}
# Site-specific additions and overrides. See local/README for details.