PERFORCE change 18808 for review

Robert Watson rwatson at freebsd.org
Sun Oct 6 14:35:14 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18808

Change 18808 by rwatson at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list