PERFORCE change 111489 for review

Todd Miller millert at FreeBSD.org
Mon Dec 11 14:15:33 PST 2006


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

Change 111489 by millert at millert_g5tower on 2006/12/11 21:42:02

	The mach_kernel file should be boot_t not kernel_t.

Affected files ...

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

Differences ...

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

@@ -32,4 +32,4 @@
 /Library/Keychains.*		gen_context(system_u:object_r:darwin_keychain_t,s0)
 
 # Kernel
-/mach_kernel					--	gen_context(system_u:object_r:kernel_t,s0)
+/mach_kernel					--	gen_context(system_u:object_r:boot_t,s0)


More information about the trustedbsd-cvs mailing list