PERFORCE change 91451 for review
Rob Deker
deker at FreeBSD.org
Thu Feb 9 19:25:42 GMT 2006
http://perforce.freebsd.org/chv.cgi?CH=91451
Change 91451 by deker at deker_build1.columbia.sparta.com on 2006/02/09 19:25:08
Add support for mac_check_port_receive() entry point.
Submitted by: millert
Affected files ...
.. //depot/projects/trustedbsd/sedarwin7/src/darwin/xnu/security/mac_port.c#7 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin7/src/darwin/xnu/security/mac_port.c#7 (text+ko) ====
@@ -128,6 +128,16 @@
}
int
+mac_check_port_receive(struct label *task, struct label *sender)
+{
+ int error;
+
+ MAC_CHECK(check_port_receive, task, sender);
+
+ return (error);
+}
+
+int
mac_check_port_make_send(struct label *task, struct label *port)
{
int error;
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