cvs commit: src/sys/sys alq.h src/sys/kern kern_alq.c kern_ktr.c
Robert Watson
rwatson at FreeBSD.org
Sun Jun 22 15:28:57 PDT 2003
rwatson 2003/06/22 15:28:56 PDT
FreeBSD src repository
Modified files:
sys/sys alq.h
sys/kern kern_alq.c kern_ktr.c
Log:
Add an explicit credential argument to alq_open() to allow the caller to
specify what credential to use when authorizing vn_open() and later
write operations, rather than curthread->td_ucred.
When writing KTR traces to an ALQ, specify the credential of the thread
generating the sysctl request.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
Revision Changes Path
1.8 +4 -3 src/sys/kern/kern_alq.c
1.39 +3 -2 src/sys/kern/kern_ktr.c
1.4 +3 -1 src/sys/sys/alq.h
More information about the cvs-src
mailing list