[selinux-policy: 3127/3172] This is no declaration. Moving to local policy.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 23:38:05 UTC 2010


commit 39178aaf8a186d7360f925fc366188ca5bfd2d39
Author: Dominick Grift <domg472 at gmail.com>
Date:   Fri Sep 24 10:01:41 2010 +0200

    This is no declaration. Moving to local policy.

 policy/modules/services/spamassassin.te |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/policy/modules/services/spamassassin.te b/policy/modules/services/spamassassin.te
index bafef77..f4738d3 100644
--- a/policy/modules/services/spamassassin.te
+++ b/policy/modules/services/spamassassin.te
@@ -84,7 +84,6 @@ ubac_constrained(spamc_tmp_t)
 type spamd_t;
 type spamd_exec_t;
 init_daemon_domain(spamd_t, spamd_exec_t)
-can_exec(spamd_t, spamd_exec_t)
 
 type spamd_compiled_t;
 files_type(spamd_compiled_t)
@@ -410,6 +409,8 @@ manage_files_pattern(spamd_t, spamd_var_run_t, spamd_var_run_t)
 manage_sock_files_pattern(spamd_t, spamd_var_run_t, spamd_var_run_t)
 files_pid_filetrans(spamd_t, spamd_var_run_t, { file dir })
 
+can_exec(spamd_t, spamd_exec_t)
+
 kernel_read_all_sysctls(spamd_t)
 kernel_read_system_state(spamd_t)
 


More information about the scm-commits mailing list