[selinux-policy: 151/3172] fix logging_make_log_file use

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:18:06 UTC 2010


commit 0b1af287137b083afacf0263c5f9a496cd0bdeed
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed May 11 19:11:14 2005 +0000

    fix logging_make_log_file use

 refpolicy/policy/modules/services/cron.te |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/refpolicy/policy/modules/services/cron.te b/refpolicy/policy/modules/services/cron.te
index 7580e9a..a34b524 100644
--- a/refpolicy/policy/modules/services/cron.te
+++ b/refpolicy/policy/modules/services/cron.te
@@ -25,7 +25,7 @@ domain_make_daemon_domain(crond_t,crond_exec_t)
 domain_make_file_descriptors_widely_inheritable(crond_t)
 
 type crond_log_t;
-logging_make_log_file(crond_t,crond_log_t)
+logging_make_log_file(crond_log_t)
 
 type crond_tmp_t;
 files_make_file(crond_tmp_t)


More information about the scm-commits mailing list