Closed cgzones closed 4 years ago
Generally we try to avoid changing the record format for compatibility reasons.
That said, do you have any specific suggestions?
I am quite unfamiliar how auditd internally works. That said, auditd apparently adds a personality field with value 0x400000 to the syscall (I do not know why). Maybe the userspace frontend can interpret this value in a more human readable ways.
If you are talking only about the output from ausearch -i
then you should file an issue with the audit-userspace tool. If you are talking about the raw kernel output then you are in the right place :)
It sounds like this is an issue for the userspace tool so I'm going to close this out (not a kernel issue), but if you disagree feel free to reopen/comment further.
I am testing mariadb-10.4 on Debian. It it shipped erroneously with a library with executable stack. Hence SELinux catches several
file:execute
andprocess:execmem
permission checks:Maybe these logs can be improved especially the field
per=unknown-personality(0x400000)
.