audit: drop the meaningless and format breaking word 'user'
[deliverable/linux.git] / kernel / audit.c
index 2c1d6ab7106ee9921bc8456d0e9b5e11637a11f3..00efe4758c869927157897fdb351b975244f41c7 100644 (file)
@@ -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);
-       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);
        if (sid) {
                rc = security_secid_to_secctx(sid, &ctx, &len);
This page took 0.024852 seconds and 5 git commands to generate.