PERFORCE change 89532 for review

Todd Miller millert at FreeBSD.org
Wed Jan 11 22:42:50 GMT 2006


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

Change 89532 by millert at millert_ibook on 2006/01/11 22:42:14

	Enable the check_port_send entry point now that the order
	of the checks has been fixed.

Affected files ...

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

Differences ...

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

@@ -2658,12 +2658,7 @@
 	.mpo_check_service_access = sebsd_check_service_access,
 	.mpo_check_cred_relabel = sebsd_check_cred_relabel,
 	.mpo_check_port_relabel = sebsd_check_port_relabel,
-
-/* 
- * The sebsd_check_msg_send is known to be broken
- */
-/*	.mpo_check_port_send = sebsd_check_msg_send, */
-
+	.mpo_check_port_send = sebsd_check_msg_send,
 	.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,
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list