diff --git a/docs/macro_conversion_guide b/docs/macro_conversion_guide index cab96e6..c338596 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 }; @@ -936,6 +936,13 @@ 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 # type $1_t;