PERFORCE change 24378 for review

Brian Feldman green at freebsd.org
Wed Jan 29 17:28:35 GMT 2003


http://perforce.freebsd.org/chv.cgi?CH=24378

Change 24378 by green at green_laptop_2 on 2003/01/29 09:27:48

	Label cron-related things correctly to make crontab -e work.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/contrib/sebsd/policy/file_contexts/program/crond.fc#2 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/contrib/sebsd/policy/file_contexts/program/crond.fc#2 (text+ko) ====

@@ -9,6 +9,10 @@
 /var/spool/cron/crontabs	system_u:object_r:cron_spool_t
 /var/spool/cron/crontabs/.*	system_u:object_r:user_cron_spool_t
 /var/spool/cron/crontabs/root	system_u:object_r:sysadm_cron_spool_t
+# XXX What is cron{,tab} doing in /var/cron but not /var/cron/tabs?
+/var/cron/tabs			system_u:object_r:cron_spool_t
+/var/cron/tabs/.*		system_u:object_r:user_cron_spool_t
+/var/cron/tabs/root		system_u:object_r:sysadm_cron_spool_t
 /var/log/cron			system_u:object_r:cron_log_t
 /var/run/crond.reboot		system_u:object_r:crond_var_run_t
 /var/spool/fcron		system_u:object_r:crond_tmp_t
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list