PERFORCE change 108824 for review
Todd Miller
millert at FreeBSD.org
Tue Oct 31 14:30:42 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=108824
Change 108824 by millert at millert_macbook on 2006/10/31 14:28:48
Update pid file paths.
Affected files ...
.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/darwin/configd.fc#2 edit
.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/services/cron.fc#4 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/darwin/configd.fc#2 (text+ko) ====
@@ -4,4 +4,4 @@
# MCS categories: <none>
/usr/sbin/configd -- gen_context(system_u:object_r:configd_exec_t,s0)
-/var/run/configd.pid gen_context(system_u:object_r:configd_var_run_t,s0)
+/private/var/run/configd.pid gen_context(system_u:object_r:configd_var_run_t,s0)
==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/services/cron.fc#4 (text+ko) ====
@@ -16,6 +16,7 @@
/var/run/crond\.reboot -- gen_context(system_u:object_r:crond_var_run_t,s0)
/var/run/fcron\.fifo -s gen_context(system_u:object_r:crond_var_run_t,s0)
/var/run/fcron\.pid -- gen_context(system_u:object_r:crond_var_run_t,s0)
+/private/var/run/cron.pid -- gen_context(system_u:object_r:crond_var_run_t,s0)
/var/spool/at -d gen_context(system_u:object_r:cron_spool_t,s0)
/var/spool/at/spool -d gen_context(system_u:object_r:cron_spool_t,s0)
More information about the trustedbsd-cvs
mailing list