Subject: kauth and access to process credentials
To: None <tech-kern@netbsd.org>
From: David Laight <david@l8s.co.uk>
List: tech-kern
Date: 02/18/2007 14:10:23
The kauth code seems to be full of wrapper functions.

In particular every peice of code that needs to look at one of the
process's uids ends up calling a function.
This might be reasonable for LKMs, but for code that is linked into the
main kernel image rather OTT.

Of course, this involves making the structure in kauth_impl.h publicly
visible :-)

	David

-- 
David Laight: david@l8s.co.uk