Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2007 20:01:07 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 113400 for review
Message-ID:  <200701222001.l0MK17Je086763@repoman.freebsd.org>

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

Change 113400 by millert@millert_macbook on 2007/01/22 20:00:24

	Enable communication.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/darwin/coreaudiod.te#9 edit
.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/darwin/securityd.te#10 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/darwin/coreaudiod.te#9 (text+ko) ====

@@ -47,6 +47,7 @@
 
 # Talk to securityd
 securityd_allow_ipc(securityd_t)
+mach_allow_message(coreaudiod_t, securityd_t)
 
 # Talk to kernel
 kernel_allow_ipc(coreaudiod_t)

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/darwin/securityd.te#10 (text+ko) ====

@@ -69,6 +69,9 @@
 # Talk to kernel
 kernel_allow_ipc(securityd_t)
 
+# Talk to coreaudiod
+mach_allow_message(securityd_t, coreaudiod_t)
+
 # Use CoreServices
 darwin_allow_CoreServices_read(securityd_t)
 darwin_allow_CoreServices_execute(securityd_t)



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