Date: Sun, 22 Jun 2003 15:28:56 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys alq.h src/sys/kern kern_alq.c kern_ktr.c Message-ID: <200306222228.h5MMSuet091538@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306222228.h5MMSuet091538>