Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2002 07:35:14 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 18808 for review
Message-ID:  <200210061435.g96EZElm032480@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18808

Change 18808 by rwatson@rwatson_tislabs on 2002/10/06 07:35:10

	Socket listen check tackets a socket, not a vnode.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac_none/mac_none.c#82 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac_none/mac_none.c#82 (text+ko) ====

@@ -595,7 +595,7 @@
 }
 
 static int
-mac_none_check_socket_listen(struct ucred *cred, struct vnode *vp,
+mac_none_check_socket_listen(struct ucred *cred, struct socket *so,
     struct label *socketlabel)
 {
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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