From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Guy Briggs Subject: [PATCH ghau51/ghau40 v3 5/6] start normalization containerid support Date: Wed, 6 Jun 2018 13:07:28 -0400 Message-ID: <1528304849-31826-6-git-send-email-rgb@redhat.com> References: <1528304849-31826-1-git-send-email-rgb@redhat.com> Return-path: In-Reply-To: <1528304849-31826-1-git-send-email-rgb@redhat.com> Sender: linux-kernel-owner@vger.kernel.org To: containers@lists.linux-foundation.org, Linux-Audit Mailing List , LKML Cc: eparis@parisplace.org, Steve Grubb , Paul Moore , Richard Guy Briggs List-Id: linux-audit@redhat.com Signed-off-by: Richard Guy Briggs --- auparse/normalize_record_map.h | 1 + 1 file changed, 1 insertion(+) diff --git a/auparse/normalize_record_map.h b/auparse/normalize_record_map.h index 1507bb5..41f7c4a 100644 --- a/auparse/normalize_record_map.h +++ b/auparse/normalize_record_map.h @@ -25,6 +25,7 @@ _S(AUDIT_USER, "sent-message") _S(AUDIT_LOGIN, "changed-login-id-to") +_S(AUDIT_CONTAINER_ID, "changed-container-id-to") _S(AUDIT_USER_AUTH, "authenticated") _S(AUDIT_USER_ACCT, "was-authorized") _S(AUDIT_USER_MGMT, "modified-user-account") -- 1.8.3.1