[selinux-policy: 558/3172] fix system spool file problem

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:52:50 UTC 2010


commit aae06c13065de6fa72c98da75e9458345b0a4202
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Aug 12 17:54:55 2005 +0000

    fix system spool file problem

 refpolicy/policy/modules/services/cron.te |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/refpolicy/policy/modules/services/cron.te b/refpolicy/policy/modules/services/cron.te
index 377808f..1213e09 100644
--- a/refpolicy/policy/modules/services/cron.te
+++ b/refpolicy/policy/modules/services/cron.te
@@ -30,7 +30,9 @@ files_pid_file(crond_var_run_t)
 type crontab_exec_t;
 files_type(crontab_exec_t)
 
-type system_cron_spool_t;
+type system_cron_spool_t, cron_spool_type;
+files_type(system_cron_spool_t)
+
 type system_crond_t; #, privmail
 init_daemon_domain(system_crond_t,anacron_exec_t)
 corecmd_shell_entry_type(system_crond_t)


More information about the scm-commits mailing list