commit: 4fb68436661883dd99e77f361845e544c45e4d30 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be> AuthorDate: Sat Aug 30 22:13:36 2014 +0000 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org> CommitDate: Sun Sep 21 14:03:49 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=4fb68436
Fix mutt - make MUA and assign content type to tmp files --- policy/modules/contrib/mutt.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/contrib/mutt.te b/policy/modules/contrib/mutt.te index 393b943..805a763 100644 --- a/policy/modules/contrib/mutt.te +++ b/policy/modules/contrib/mutt.te @@ -8,6 +8,7 @@ policy_module(mutt, 1.0.0) type mutt_t; type mutt_exec_t; application_domain(mutt_t, mutt_exec_t) +mail_user_agent_type(mutt_t) ubac_constrained(mutt_t) type mutt_conf_t; @@ -21,6 +22,7 @@ userdom_user_home_content(mutt_home_t) type mutt_tmp_t; files_tmp_file(mutt_tmp_t) +mail_content_type(mutt_tmp_t) ubac_constrained(mutt_tmp_t) ############################