Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2003 09:28:35 -0800 (PST)
From:      Brian Feldman <green@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 24378 for review
Message-ID:  <200301291728.h0THSZEa080851@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=24378

Change 24378 by green@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301291728.h0THSZEa080851>