Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2007 19:55:55 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 113390 for review
Message-ID:  <200701221955.l0MJttMh084666@repoman.freebsd.org>

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

Change 113390 by millert@millert_macbook on 2007/01/22 19:55:44

	Correct case.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/system/darwin.fc#6 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/system/darwin.fc#6 (text+ko) ====

@@ -11,8 +11,8 @@
 # /System
 #
 /System/Library/LoginPlugins.*			gen_context(system_u:object_r:darwin_loginplugin_t,s0)
-/System/library/Caches.*			gen_context(system_u:object_r:darwin_cache_t,s0)
-/System/library/Services.*			gen_context(system_u:object_r:darwin_services_t,s0)
+/System/Library/Caches.*			gen_context(system_u:object_r:darwin_cache_t,s0)
+/System/Library/Services.*			gen_context(system_u:object_r:darwin_services_t,s0)
 /System/Library/Security.*			gen_context(system_u:object_r:darwin_security_t,s0)
 /System/Library/CoreServices.*				gen_context(system_u:object_r:darwin_CoreServices_t,s0)
 /System/Library/ColorSync.*					gen_context(system_u:object_r:darwin_resource_t,s0)



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