|
@@ -631,7 +631,7 @@ static int audit_log_common_recv_msg(struct audit_buffer **ab, u16 msg_type,
|
|
}
|
|
}
|
|
|
|
|
|
*ab = audit_log_start(NULL, GFP_KERNEL, msg_type);
|
|
*ab = audit_log_start(NULL, GFP_KERNEL, msg_type);
|
|
- audit_log_format(*ab, "user pid=%d uid=%u auid=%u ses=%u",
|
|
|
|
|
|
+ audit_log_format(*ab, "pid=%d uid=%u auid=%u ses=%u",
|
|
pid, uid, auid, ses);
|
|
pid, uid, auid, ses);
|
|
if (sid) {
|
|
if (sid) {
|
|
rc = security_secid_to_secctx(sid, &ctx, &len);
|
|
rc = security_secid_to_secctx(sid, &ctx, &len);
|