Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 10/13/2006 15:39:19
Module Name:	src
Committed By:	elad
Date:		Fri Oct 13 15:39:19 UTC 2006

Modified Files:
	src/share/examples/secmodel: secmodel_example.c
	src/share/man/man9: kauth.9
	src/sys/netinet: tcp_usrreq.c
	src/sys/secmodel/bsd44: secmodel_bsd44_suser.c
	src/sys/sys: kauth.h

Log Message:
Introduce KAUTH_REQ_NETWORK_SOCKET_CANSEE. Since we're not gonna be having
credentials on sockets, at least not anytime soon, this is a way to check
if we can "look" at a socket. Later on when (and if) we do have socket
credentials, the interface usage remains the same because we pass the
socket.

This also fixes sysctl for inet/inet6 pcblist.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/share/examples/secmodel/secmodel_example.c
cvs rdiff -r1.19 -r1.20 src/share/man/man9/kauth.9
cvs rdiff -r1.124 -r1.125 src/sys/netinet/tcp_usrreq.c
cvs rdiff -r1.8 -r1.9 src/sys/secmodel/bsd44/secmodel_bsd44_suser.c
cvs rdiff -r1.11 -r1.12 src/sys/sys/kauth.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.