-
Notifications
You must be signed in to change notification settings - Fork 741
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
Configure audit=1 for more accurate auid auditing #253
Comments
Hey @jaredledvina, I don't know if I want to start configuring grub (and grub2, syslinux?) with this role. That'd be a lot of overhead (testing with docker would be impossible) for such a "small" feature. What do you think? |
Hey @rndmh3ro, Yeah, I think that's fair. That way folks who are looking to improve the logging accuracy can simply configure it. It also requires a reboot to take effect, so I think that's totally fair. |
Good to hear! :) Do you want to create a PR for this? |
Yep! |
* Add kernel parameter information to README Add initial documentation around configuring audit=1 to reduce the inaccuracies in the auditd logs. Closes #253 Signed-off-by: Jared Ledvina <[email protected]> * Cleanup spellinng Signed-off-by: Jared Ledvina <[email protected]>
* Add kernel parameter information to README Add initial documentation around configuring audit=1 to reduce the inaccuracies in the auditd logs. Closes dev-sec#253 Signed-off-by: Jared Ledvina <[email protected]> * Cleanup spellinng Signed-off-by: Jared Ledvina <[email protected]>
Is your feature request related to a problem? Please describe.
Currently, in the default audit logs from this project, there's a ton of events with
auid=4294967295
which is because they start before the audit daemon is up.Describe the solution you'd like
Add
audit=1
as an additional grub kernel parameterDescribe alternatives you've considered
N/A at that time
Additional context
See https://manpages.debian.org/testing/auditd/auditd.8.en.html
The text was updated successfully, but these errors were encountered: