commit: 4e0b54e1d130040aa21f0add9b6b6a748d64d40e
Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
AuthorDate: Thu Jun 11 16:04:34 2015 +0000
Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
CommitDate: Thu Jun 11 16:04:34 2015 +0000
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=4e0b54e1
Allow user domains to manage XDG documents, pictures and music
policy/modules/system/userdomain.if | 3 +++
1 file changed, 3 insertions(+)
diff --git a/policy/modules/system/userdomain.if
b/policy/modules/system/userdomain.if
index 1d5370c..ea03e86 100644
--- a/policy/modules/system/userdomain.if
+++ b/policy/modules/system/userdomain.if
@@ -282,7 +282,10 @@ interface(`userdom_manage_home_role',`
xdg_manage_all_config_home($2)
xdg_manage_all_data_home($2)
xdg_manage_all_runtime_home($2)
+ xdg_manage_documents_home($2)
xdg_manage_downloads_home($2)
+ xdg_manage_music_home($2)
+ xdg_manage_pictures_home($2)
xdg_manage_videos_home($2)
xdg_relabel_all_cache_home($2)
xdg_relabel_all_config_home($2)