PERFORCE change 113390 for review

Todd Miller millert at FreeBSD.org
Mon Jan 22 20:09:42 UTC 2007


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

Change 113390 by millert at 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)


More information about the trustedbsd-cvs mailing list