File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 33- Fix a segfault in auditd when dns resolution isn't available
44- Make a reload legacy service for auditd
55- In auparse python bindings, expose some new types that were missing
6+ - In normalizer, pickup subject kind for user_login events
67
782.8.2
89- Update tables for 4.14 kernel
Original file line number Diff line number Diff line change 11/* normalize.c --
2- * Copyright 2016-17 Red Hat Inc., Durham, North Carolina.
2+ * Copyright 2016-18 Red Hat Inc., Durham, North Carolina.
33 * All Rights Reserved.
44 *
55 * This library is free software; you can redistribute it and/or
@@ -1566,7 +1566,8 @@ static int normalize_simple(auparse_state_t *au)
15661566 if (set_prime_subject (au , "id" , 0 )) {
15671567 auparse_first_record (au );
15681568 set_prime_subject (au , "acct" , 0 );
1569- }
1569+ } else // If id found, set the subjkind
1570+ set_subject_what (au );
15701571 auparse_first_record (au );
15711572 } else {
15721573 // Subject - alias, uid comes before auid
You can’t perform that action at this time.
0 commit comments