Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2006 14:29:43 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 108824 for review
Message-ID:  <200610311429.k9VETh5A017061@repoman.freebsd.org>

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

Change 108824 by millert@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)



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