-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
BUG: records from one event not grouped together #86
Labels
Comments
This is due to the range conditions in src/ausearch-lol.c:check_events() |
post v1 upstream: https://www.redhat.com/archives/linux-audit/2020-June/msg00061.html |
rgbriggs
added a commit
to rgbriggs/audit-userspace
that referenced
this issue
Jun 26, 2020
See the upstream issues linux-audit#86 Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
rgbriggs
added a commit
to rgbriggs/audit-userspace
that referenced
this issue
Nov 26, 2020
See the upstream issues linux-audit#86 Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
rgbriggs
added a commit
to rgbriggs/audit-userspace
that referenced
this issue
Dec 16, 2020
LOGIN records were not grouped with the rest of their event, records with the identical timestamp and serial number: ---- time->Tue Mar 19 12:23:15 2019 type=LOGIN msg=audit(1553012595.401:219): pid=647 uid=0 subj=system_u:system_r:local_login_t:s0-s0:c0.c1023 old-auid=4294967295 auid=0 tty=ttyS0 old-ses=4294967295 ses=1 res=1 ---- time->Tue Mar 19 12:23:15 2019 type=PROCTITLE msg=audit(1553012595.401:219): proctitle=2F62696E2F6C6F67696E002D70002D2D0020202020 type=SYSCALL msg=audit(1553012595.401:219): arch=c000003e syscall=1 success=yes exit=1 a0=3 a1=7fff3fb13380 a2=1 a3=0 items=0 ppid=1 pid=647 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=ttyS0 ses=1 comm="login" exe="/usr/bin/#" subj=system_u:system_r:local_login_t:s0-s0:c0.c1023 key=(null) ---- Tidy up the list/ranges of records to be in ascending order for easier parsing and updating by humans. See the upstream issues linux-audit#86 Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
rgbriggs
added a commit
to rgbriggs/audit-userspace
that referenced
this issue
Dec 16, 2020
LOGIN records were not grouped with the rest of their event, records with the identical timestamp and serial number: ---- time->Tue Mar 19 12:23:15 2019 type=LOGIN msg=audit(1553012595.401:219): pid=647 uid=0 subj=system_u:system_r:local_login_t:s0-s0:c0.c1023 old-auid=4294967295 auid=0 tty=ttyS0 old-ses=4294967295 ses=1 res=1 ---- time->Tue Mar 19 12:23:15 2019 type=PROCTITLE msg=audit(1553012595.401:219): proctitle=2F62696E2F6C6F67696E002D70002D2D0020202020 type=SYSCALL msg=audit(1553012595.401:219): arch=c000003e syscall=1 success=yes exit=1 a0=3 a1=7fff3fb13380 a2=1 a3=0 items=0 ppid=1 pid=647 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=ttyS0 ses=1 comm="login" exe="/usr/bin/#" subj=system_u:system_r:local_login_t:s0-s0:c0.c1023 key=(null) ---- Tidy up the list/ranges of records to be in ascending order for easier parsing and updating by humans. See the upstream issues linux-audit#86 Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
rgbriggs
added a commit
to rgbriggs/audit-userspace
that referenced
this issue
Dec 18, 2020
See the upstream issues linux-audit#86 Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Closing this out since there is a PR for this. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
In recent testing of events for ghak90 and ghak110 it has been noticed that ausearch isn't grouping all the records of one event together even though the date/time/serial stamps are identical. It may be related to the fact that both records are in the 1000 block.
ghak90:
ghak110:
The text was updated successfully, but these errors were encountered: