diff mbox series

[ghau40,v2,5/5] start normalization containerid support

Message ID 1521191549-19764-6-git-send-email-rgb@redhat.com
State Not Applicable, archived
Delegated to: David Miller
Headers show
Series add support for audit container ID | expand

Commit Message

Richard Guy Briggs March 16, 2018, 9:12 a.m. UTC
Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
---
 auparse/normalize_record_map.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/auparse/normalize_record_map.h b/auparse/normalize_record_map.h
index 1507bb5..c529e2e 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, "changed-container-id-to")
 _S(AUDIT_USER_AUTH, "authenticated")
 _S(AUDIT_USER_ACCT, "was-authorized")
 _S(AUDIT_USER_MGMT, "modified-user-account")