PERFORCE change 111017 for review

Todd Miller millert at FreeBSD.org
Mon Dec 4 08:44:59 PST 2006


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

Change 111017 by millert at millert_g5tower on 2006/12/04 16:33:33

	relabel /private/tmp since it gets recreated.  Also label
	/private/var/tmp for good measure.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/darwin/launchd/src/rc#5 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/darwin/launchd/src/rc#5 (text+ko) ====

@@ -133,8 +133,8 @@
 	touch -t 198501010000 /var/run/sudo/*
 fi
 
-# Set labels on /var/run
-/sbin/setfiles /etc/sedarwin/refpolicy/contexts/files/file_contexts /private/var/run
+# Set labels on /tmp and /var/run
+/sbin/setfiles /etc/sedarwin/refpolicy/contexts/files/file_contexts /private/tmp /private/var/run /private/var/tmp
 
 # Clear utmp (who is logged on).
 touch /var/run/utmp /var/run/utmpx


More information about the trustedbsd-cvs mailing list