Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Rule Keys #23

Open
andy-rose-pantheon opened this issue Sep 25, 2019 · 0 comments
Open

Multiple Rule Keys #23

andy-rose-pantheon opened this issue Sep 25, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@andy-rose-pantheon
Copy link
Member

Auditctl supports the use of multiple rule keys in a rule. When coming back from auditctl, the rule keys are combined into a hex value separated by a SOH (Start of heading) character \x01.
(see -k in https://linux.die.net/man/8/auditctl)

PauditD should support this behavior from auditctl and have the ability to handle multiple rule keys. Rule keys from auditctl should be split and run through the filters independently. Additionally, output should be able to handle multiple messages originating from the separate rule keys.

@andy-rose-pantheon andy-rose-pantheon added the bug Something isn't working label Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant