]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
add system_cron_entry and fix typo
authorChris PeBenito <cpebenito@tresys.com>
Mon, 26 Sep 2005 13:13:43 +0000 (13:13 +0000)
committerChris PeBenito <cpebenito@tresys.com>
Mon, 26 Sep 2005 13:13:43 +0000 (13:13 +0000)
docs/macro_conversion_guide

index cab96e69cb70593ff7dd08971cf4f07baf64d7d0..c3385967ab2c7d234721d72b24405e690d871fe3 100644 (file)
@@ -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
 #