Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2006 21:17:34 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 91694 for review
Message-ID:  <200602132117.k1DLHY3f025799@repoman.freebsd.org>

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

Change 91694 by millert@millert_ibook on 2006/02/13 21:16:38

	Implement mpo_check_port_receive

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/sebsd.c#30 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/sedarwin/sebsd.c#30 (text+ko) ====

@@ -1167,6 +1167,7 @@
 }
 
 CHECK_SIMPLE_PERM(msg_send,SECCLASS_MACH_PORT,MACH_PORT__SEND);
+CHECK_SIMPLE_PERM(msg_receive,SECCLASS_MACH_PORT,MACH_PORT__RECV);
 CHECK_SIMPLE_PERM(port_make_send,SECCLASS_MACH_PORT,MACH_PORT__MAKE_SEND);
 CHECK_SIMPLE_PERM(port_copy_send,SECCLASS_MACH_PORT,MACH_PORT__COPY_SEND);
 CHECK_SIMPLE_PERM(port_move_recv,SECCLASS_MACH_PORT,MACH_PORT__MOVE_RECV);
@@ -2682,6 +2683,7 @@
 	.mpo_check_cred_relabel = sebsd_check_cred_relabel,
 	.mpo_check_port_relabel = sebsd_check_port_relabel,
 	.mpo_check_port_send = sebsd_check_msg_send,
+	.mpo_check_port_receive = sebsd_check_msg_receive,
 	.mpo_check_port_make_send = sebsd_check_port_make_send,
 	.mpo_check_port_copy_send = sebsd_check_port_copy_send,
 	.mpo_check_port_move_receive = sebsd_check_port_move_recv,



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