Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2006 18:56:27 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109966 for review
Message-ID:  <200611141856.kAEIuRQw013687@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 109966 by millert@millert_g5tower on 2006/11/14 18:55:44

	setfiles lives in /sbin now

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/darwin/launchd/src/rc#4 edit
.. //depot/projects/trustedbsd/sedarwin8/sefos-install.txt#4 edit

Differences ...

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

@@ -134,7 +134,7 @@
 fi
 
 # Set labels on /var/run
-/sbin/setfiles /etc/sedarwin/refpolicy/contexts/files/file_contexts /var/run
+/sbin/setfiles /etc/sedarwin/refpolicy/contexts/files/file_contexts /private/var/run
 
 # Clear utmp (who is logged on).
 touch /var/run/utmp /var/run/utmpx

==== //depot/projects/trustedbsd/sedarwin8/sefos-install.txt#4 (text+ko) ====

@@ -227,7 +227,7 @@
   Now set the label on various binaries so they can transition during
   system startup:
 
-    # /usr/bin/setfiles /etc/sedarwin/refpolicy/contexts/files/file_contexts /
+    # /sbin/setfiles /etc/sedarwin/refpolicy/contexts/files/file_contexts /
 
   Skipping this step will result in the login window failing to start,
   login attempts failing, or the entire system not working if enforcing


home | help

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