PERFORCE change 91694 for review

Todd Miller millert at FreeBSD.org
Mon Feb 13 13:17:39 PST 2006


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

Change 91694 by millert at 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,


More information about the p4-projects mailing list