diff options
author | Sven Vermeulen <sven.vermeulen@siphos.be> | 2014-08-31 00:13:36 +0200 |
---|---|---|
committer | Sven Vermeulen <sven.vermeulen@siphos.be> | 2014-09-21 16:03:49 +0200 |
commit | 4fb68436661883dd99e77f361845e544c45e4d30 (patch) | |
tree | 2f4db0d1d67e39a6162be6b5498950cb55393bd4 | |
parent | Mark sysadm as a mail_role capable userdomain (diff) | |
download | hardened-refpolicy-mailinfra.tar.gz hardened-refpolicy-mailinfra.tar.bz2 hardened-refpolicy-mailinfra.zip |
Fix mutt - make MUA and assign content type to tmp filesmailinfra
-rw-r--r-- | policy/modules/contrib/mutt.te | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/policy/modules/contrib/mutt.te b/policy/modules/contrib/mutt.te index 393b9438..805a7639 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) ############################ |