Linux-audit Archive on lore.kernel.org
 help / color / mirror / Atom feed
* Question about the a[[:digit:]+]\[.*\] fields
@ 2016-07-31 22:16 Mateusz Piotrowski
  2016-08-01 14:46 ` Steve Grubb
  0 siblings, 1 reply; 6+ messages in thread
From: Mateusz Piotrowski @ 2016-07-31 22:16 UTC (permalink / raw)
  To: linux-audit; +Cc: Konrad Witaszczyk

Hello,

According to the field dictionary[1] there are fields which names are defined by the following regex: "a[[:digit:]+]\[.*\]".

I was able to find examples of fields like "a4" and "a5" (see [2]) but it doesn't fit the regex which seems to require a pair of square brackets (so "a4" should be "a4[]" or "a4[foo]"). I couldn't find any reference in the Linux Audit source code.

My questions are:
1. Is this regex valid and up-to-date? Or is it an outdated rule which doesn't apply anymore?
2. Could you suggest me where to look to see how those arguments to the execve syscall are handled?
3. Could you post an example of a record with a field which fits the regex (assuming the regex is valid)?

Cheers!

-Mateusz

[1]: https://github.com/linux-audit/audit-documentation/blob/master/specs/fields/field-dictionary.csv#L3
[2]: https://www.redhat.com/archives/linux-audit/2012-October/msg00090.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-08-08 13:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-31 22:16 Question about the a[[:digit:]+]\[.*\] fields Mateusz Piotrowski
2016-08-01 14:46 ` Steve Grubb
2016-08-01 15:13   ` Mateusz Piotrowski
2016-08-07 18:51   ` Paul Moore
2016-08-08 12:01     ` Mateusz Piotrowski
2016-08-08 13:03       ` Paul Moore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox