This is a note to let you know that I've just added the patch titled

    audit: remove superfluous new- prefix in AUDIT_LOGIN messages

to the 3.14-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     audit-remove-superfluous-new-prefix-in-audit_login-messages.patch
and it can be found in the queue-3.14 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From aa589a13b5d00d3c643ee4114d8cbc3addb4e99f Mon Sep 17 00:00:00 2001
From: Richard Guy Briggs <[email protected]>
Date: Mon, 24 Feb 2014 12:31:11 -0500
Subject: audit: remove superfluous new- prefix in AUDIT_LOGIN messages

From: Richard Guy Briggs <[email protected]>

commit aa589a13b5d00d3c643ee4114d8cbc3addb4e99f upstream.

The new- prefix on ses and auid are un-necessary and break ausearch.

Signed-off-by: Richard Guy Briggs <[email protected]>
Reported-by: Steve Grubb <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 kernel/auditsc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/kernel/auditsc.c
+++ b/kernel/auditsc.c
@@ -1991,7 +1991,7 @@ static void audit_log_set_loginuid(kuid_
        if (!ab)
                return;
        audit_log_format(ab, "pid=%d uid=%u"
-                        " old-auid=%u new-auid=%u old-ses=%u new-ses=%u"
+                        " old-auid=%u auid=%u old-ses=%u ses=%u"
                         " res=%d",
                         current->pid, uid,
                         oldloginuid, loginuid, oldsessionid, sessionid,


Patches currently in stable-queue which might be from [email protected] are

queue-3.14/audit-remove-superfluous-new-prefix-in-audit_login-messages.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to