commit: c4542a5345afd96cf1cb19ec5dc23fd7bfa17171 Author: Sven Vermeulen <swift <AT> gentoo <DOT> org> AuthorDate: Sat Jun 4 11:00:55 2016 +0000 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org> CommitDate: Sat Jun 4 11:00:55 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=c4542a53
Add in xdg_runtime_home_type attribute for now policy/modules/contrib/xdg.te | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/policy/modules/contrib/xdg.te b/policy/modules/contrib/xdg.te index 1cc9311..5ec1a12 100644 --- a/policy/modules/contrib/xdg.te +++ b/policy/modules/contrib/xdg.te @@ -11,6 +11,13 @@ attribute xdg_config_home_type; attribute xdg_cache_home_type; +# Not used but keep this at least two releases +# We have noticed that the userdom_manage_home_role call to the xdg functions +# seems to fail due to this attribute type not existing anymore while the +# build seems to still require it. By waiting a couple of releases we can be more +# confident that no calls to xdg_runtime_* are used anymore. +attribute xdg_runtime_home_type; + type xdg_data_home_t; xdg_data_home_content(xdg_data_home_t)