From: Steve Grubb Date: Mon, 12 Jun 2006 11:48:28 +0000 (-0400) Subject: [PATCH] make set_loginuid obey audit_enabled X-Git-Tag: v2.6.18-rc1~1102^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41757106b9ca7867dafb2404d618f947b4786fd7;p=pandora-kernel.git [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 Signed-off-by: Al Viro --- Reading git-diff-tree failed