Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 07/16/2006 20:10:12
Module Name:	src
Committed By:	elad
Date:		Sun Jul 16 20:10:12 UTC 2006

Modified Files:
	src/share/man/man9: kauth.9
	src/sys/kern: kern_auth.c
	src/sys/sys: kauth.h

Log Message:
add KAUTH_GENERIC_CANSEE, which is like the KAUTH_PROCESS_CANSEE, only
for two kauth_cred_t rather than kauth_cred_t and struct proc *.

advise against using it in the man-page; it should be used only in cases
where we either don't have an object-specific op or when we can't easily
use one.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/share/man/man9/kauth.9
cvs rdiff -r1.9 -r1.10 src/sys/kern/kern_auth.c
cvs rdiff -r1.3 -r1.4 src/sys/sys/kauth.h

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