aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <jason@perfinion.com>2018-06-14 22:32:02 +0800
committerJason Zaman <jason@perfinion.com>2018-06-16 21:16:02 +0800
commit3d7c163810e87958c8eed978d0297463ce958005 (patch)
tree9cb5a9ab972f5a988935ce40d12a0292fb8bfb3f
parentgnome: update to use new upstream xdg interfaces (diff)
downloadhardened-refpolicy-3d7c163810e87958c8eed978d0297463ce958005.tar.gz
hardened-refpolicy-3d7c163810e87958c8eed978d0297463ce958005.tar.bz2
hardened-refpolicy-3d7c163810e87958c8eed978d0297463ce958005.zip
xdg: remove gentoo-specific xdg rules
-rw-r--r--policy/modules/contrib/minidlna.te28
1 files changed, 0 insertions, 28 deletions
diff --git a/policy/modules/contrib/minidlna.te b/policy/modules/contrib/minidlna.te
index 2d2840e0..565f6090 100644
--- a/policy/modules/contrib/minidlna.te
+++ b/policy/modules/contrib/minidlna.te
@@ -104,31 +104,3 @@ tunable_policy(`minidlna_read_generic_user_content',`
userdom_dontaudit_read_user_home_content_files(minidlna_t)
userdom_dontaudit_read_user_tmp_files(minidlna_t)
')
-
-ifdef(`distro_gentoo',`
-
-## <desc>
-## <p>
-## Determine whether minidlna can read all user content.
-## </p>
-## </desc>
-gen_tunable(minidlna_read_all_user_content, false)
-
-## <desc>
-## <p>
-## Determine whether minidlna can read users xdg videos, pictures and music labeled files
-## </p>
-## </desc>
-gen_tunable(minidlna_read_xdg_media_content, false)
-
- tunable_policy(`minidlna_read_all_user_content',`
- userdom_list_user_tmp(minidlna_t)
- userdom_read_all_user_home_content(minidlna_t)
- ')
-
- tunable_policy(`minidlna_read_xdg_media_content',`
- xdg_read_music_home(minidlna_t)
- xdg_read_pictures_home(minidlna_t)
- xdg_read_videos_home(minidlna_t)
- ')
-')