[selinux-policy: 701/3172] add system_cron_entry and fix typo

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 20:05:30 UTC 2010


commit a23ffe64bdc24a13ab4587efda24f7d1fb8bad8e
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Mon Sep 26 13:13:43 2005 +0000

    add system_cron_entry and fix typo

 docs/macro_conversion_guide |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
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;


More information about the scm-commits mailing list