From 0b1af287137b083afacf0263c5f9a496cd0bdeed Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: May 11 2005 19:11:14 +0000 Subject: fix logging_make_log_file use --- 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)