Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Feb 2006 19:25:42 GMT
From:      Rob Deker <deker@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 91451 for review
Message-ID:  <200602091925.k19JPgos028798@repoman.freebsd.org>

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

Change 91451 by deker@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;



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