Index: selinux/build/misc.te
===================================================================
--- selinux/build/misc.te	(revision 82)
+++ selinux/build/misc.te	(revision 84)
@@ -8,4 +8,5 @@
 
 afs_access(user_t);
+zephyr_access(user_t);
 
 ### AFS ###
@@ -16,4 +17,5 @@
 
 afs_access(kernel_t);
+zephyr_access(kernel_t);
 
 # init.d script sets up cell files:
@@ -26,4 +28,6 @@
 require {
 	type crond_t, user_cron_spool_t;
+	type system_crond_t;
+	type var_log_t;
 };
 
@@ -39,4 +43,5 @@
 allow user_t crond_t:fifo_file rw_file_perms;
 allow user_t crond_t:process sigchld;
+allow system_crond_t var_log_t:file rw_file_perms;
 
 ### SSH ###
@@ -60,5 +65,7 @@
 afs_access(procmail_t);
 mta_sendmail_exec(user_t)
+mta_sendmail_exec(system_crond_t)
 can_exec(user_t, sendmail_exec_t)
+can_exec(system_crond_t, sendmail_exec_t)
 allow sendmail_t postfix_local_t:fd use;
 allow sendmail_t postfix_local_t:fifo_file { getattr write };
