kemra102 / puppet-auditd

Manage the audit daemon and it's rules.
BSD 2-Clause "Simplified" License
14 stars 54 forks source link

Enable auditctl to continue adding rules even if it find errors in some of them #36

Closed jhonny-oliveira closed 6 years ago

jhonny-oliveira commented 6 years ago

Hi!

We would like to set audit rules for a default set of components/packages, if the package is installed we audit it, otherwise, we ignore it.

Would it be possible to add the "-c" flag to "audit.rules.begin.fragment.erb" to allow auditctl to continue adding rules even if it find errors in some of them?

kemra102 commented 6 years ago

This should now be fixed by #37