All Projects → alphagov → puppet-auditd

alphagov / puppet-auditd

Licence: MIT License
Puppet module for Auditd

Programming Languages

ruby
36898 projects - #4 most used programming language
Puppet
460 projects
HTML
75241 projects

Security Notice

Versions prior to 0.3.1 contained a serious bug which could cause audit rules to be silently ignored. Please see this advisory.

auditd

This module installs and configures auditd. It also provides a defined type(auditd::rule) to set up auditd rules.

Example usage

Include with default parameters and add a rule:

include auditd
auditd::rule { 'use-of-auditctl':
  content => '-w /sbin/auditctl -p x -k audittools',
  order   => '66',
}

License

See LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].