]> bbs.cooldavid.org Git - net-next-2.6.git/commit - kernel/auditsc.c
[PATCH] make set_loginuid obey audit_enabled
authorSteve Grubb <sgrubb@redhat.com>
Mon, 12 Jun 2006 11:48:28 +0000 (07:48 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 20 Jun 2006 09:25:29 +0000 (05:25 -0400)
commit41757106b9ca7867dafb2404d618f947b4786fd7
tree6feff3fade7d842e58d535eef4f397ebfb8ae19e
parent9c937dcc71021f2dbf78f904f03d962dd9bcc130
[PATCH] make set_loginuid obey audit_enabled

Hi,

I was doing some testing and noticed that when the audit system was disabled,
I was still getting messages about the loginuid being set. The following patch
makes audit_set_loginuid look at in_syscall to determine if it should create
an audit event. The loginuid will continue to be set as long as there is a context.

Signed-off-by: Steve Grubb <sgrubb@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
kernel/auditsc.c