PERFORCE change 113387 for review

Todd Miller millert at FreeBSD.org
Mon Jan 22 20:06:24 UTC 2007


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

Change 113387 by millert at millert_macbook on 2007/01/22 19:54:16

	Fix type for /System/Library/Caches

Affected files ...

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

Differences ...

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

@@ -11,7 +11,7 @@
 # /System
 #
 /System/Library/LoginPlugins.*			gen_context(system_u:object_r:darwin_loginplugin_t,s0)
-/System/library/Caches.*			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/Security.*			gen_context(system_u:object_r:darwin_security_t,s0)
 /System/Library/CoreServices.*				gen_context(system_u:object_r:darwin_CoreServices_t,s0)


More information about the trustedbsd-cvs mailing list