Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Dec 2006 16:34:33 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 111017 for review
Message-ID:  <200612041634.kB4GYXH9058640@repoman.freebsd.org>

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

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



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