mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-01 14:55:10 +00:00
profiles/apparmor.d/tunables: remove rygel.d tunable
This is unnecessary, users can just directly edit tunables/rygel if they wish to customise the allowed paths. Signed-off-by: Alex Murray <alex.murray@canonical.com>
This commit is contained in:
@@ -8,6 +8,3 @@
|
|||||||
# ------------------------------------------------------------------
|
# ------------------------------------------------------------------
|
||||||
# allow standard XDG media paths by default
|
# allow standard XDG media paths by default
|
||||||
@{rygel_media_dirs}=@{HOME}/@{XDG_MUSIC_DIR} @{HOME}/@{XDG_VIDEOS_DIR} @{HOME}/@{XDG_PICTURES_DIR}
|
@{rygel_media_dirs}=@{HOME}/@{XDG_MUSIC_DIR} @{HOME}/@{XDG_VIDEOS_DIR} @{HOME}/@{XDG_PICTURES_DIR}
|
||||||
|
|
||||||
# Also, include files in tunables/rygel.d for site-specific adjustments
|
|
||||||
include if exists <tunables/rygel.d>
|
|
||||||
|
@@ -1,12 +0,0 @@
|
|||||||
# ------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
# Copyright (C) 2024 Canonical Ltd.
|
|
||||||
# This program is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of version 2 of the GNU General Public
|
|
||||||
# License published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# ------------------------------------------------------------------
|
|
||||||
# The following is a space-separated list of where additional media is stored
|
|
||||||
# for sharing via rygel, each must have a trailing '/'. Directories added here
|
|
||||||
# are appended to @{rygel_media_dirs}. See tunables/rygel for details. Eg:
|
|
||||||
#@{rygel_media_dirs}+=/srv/media/Videos/
|
|
Reference in New Issue
Block a user