kemra102 / puppet-auditd

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

Add support for the `audisp-cef` plugin #23

Closed jovrum closed 7 years ago

jovrum commented 7 years ago

audisp-cef is an audisp plugin which aggregates audit messages with the same ID into a single syslog message in the Common Event Format.

The plugin is published on Github and the makefile provides targets for making .deb and .npm packages. At this time these packages do not appear to be provided by the default repositories in Ubuntu or CentOS. Users wishing to deploy this plugin can in these cases provide the audisp-cef package through their own repository.

Of course, the audisp-cef package is only depended on if the plugin's class is explicitly used, so I hope this patch is still acceptable.

jovrum commented 7 years ago

Fixed the Travis build for Puppet 4; I guess the two Puppet 3 build failures are unrelated to this PR?