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:
@@ -123,6 +123,11 @@ profile rygel /usr/bin/rygel {
|
|||||||
|
|
||||||
# media files - see tunables/rygel
|
# media files - see tunables/rygel
|
||||||
owner file r @{rygel_media_dirs}/{,**},
|
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.
|
# Site-specific additions and overrides. See local/README for details.
|
||||||
|
Reference in New Issue
Block a user