On Wednesday 27 April 2005 17:56, Chris Wright wrote:
That code is not compiled when CONFIG_AUDITSYSCALL=n. When I wrote
that,
I didn't think syscall auditing would be requirement for this feature
(but, then again in that case the audit_context is non-existant, and
the loginuid is not there, and the whole point of this thing is perhaps
moot...
That's about where I had gotten to in trying to figure out what you meant in
the first mail. Then I got to thinking that loginuid doesn't exist without
syscall auditing. I don't think that was ever thought of as we added
loginuid.
I can move the function prototype under CONFIG_AUDITSYSCALL. I think that's
the fix.
-Steve