cvs commit: src/sys/netinet sctp_pcb.c sctp_usrreq.c
src/sys/netinet6 sctp6_usrreq.c
Robert Watson
rwatson at FreeBSD.org
Mon Nov 6 14:54:30 UTC 2006
rwatson 2006-11-06 14:54:06 UTC
FreeBSD src repository
Modified files:
sys/netinet sctp_pcb.c sctp_usrreq.c
sys/netinet6 sctp6_usrreq.c
Log:
Convert three new suser(9) calls introduced between when the priv(9)
patch was prepared and committed to priv(9) calls. Add XXX comments
as, in each case, the semantics appear to differ from the TCP/UDP
versions of the calls with respect to jail, and because cr_canseecred()
is not used to validate the query.
Obtained from: TrustedBSD Project
Revision Changes Path
1.6 +3 -3 src/sys/netinet/sctp_pcb.c
1.4 +8 -1 src/sys/netinet/sctp_usrreq.c
1.4 +8 -1 src/sys/netinet6/sctp6_usrreq.c
More information about the cvs-src
mailing list