audit: Don't pass pid or uid to audit_log_common_recv_msg
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 11 Sep 2012 07:24:49 +0000 (00:24 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Tue, 18 Sep 2012 01:07:40 +0000 (18:07 -0700)
commit860c0aaff75e714c21d325f32d36a37572b4fffb
tree2cbe5e79108da3a44ba5e5af7fbe07d22f1ed35a
parent017143fecb3364e5fed8107d206799899f5dd684
audit: Don't pass pid or uid to audit_log_common_recv_msg

The only place we use the uid and the pid that we calculate in
audit_receive_msg is in audit_log_common_recv_msg so move the
calculation of these values into the audit_log_common_recv_msg.

Simplify the calcuation of the current pid and uid by
reading them from current instead of reading them from
NETLINK_CREDS.

Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Eric Paris <eparis@redhat.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
kernel/audit.c