From a23ffe64bdc24a13ab4587efda24f7d1fb8bad8e Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Mon, 26 Sep 2005 13:13:43 +0000 Subject: [PATCH] add system_cron_entry and fix typo --- docs/macro_conversion_guide | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/macro_conversion_guide b/docs/macro_conversion_guide index cab96e69c..c3385967a 100644 --- a/docs/macro_conversion_guide +++ b/docs/macro_conversion_guide @@ -667,7 +667,7 @@ files_search_etc($1_t) # etcdir_domain(): complete # type $1_etc_t; #, usercanread; -files_file_type($1_etc_t) +files_type($1_etc_t) allow $1_t $1_etc_t:file r_file_perms; allow $1_t $1_etc_t:dir r_dir_perms; allow $1_t $1_etc_t:lnk_file { getattr read }; @@ -935,6 +935,13 @@ allow $1 $2:dir rw_dir_perms; allow $1 $2:file rw_file_perms; allow $1 $2:lnk_file { getattr read }; +# +# system_crond_entry(): +# +optional_policy(`crond.te', ` + cron_system_entry($2,$1) +') + # # system_domain(): complete #