This file is used to list changes made in each version of auditd.
- resolved cookstyle error: attributes/default.rb:1:1 convention:
Style/Encoding
- resolved cookstyle error: libraries/auditd_helper.rb:1:1 convention:
Style/Encoding
- resolved cookstyle error: test/integration/capp/run_spec.rb:1:1 convention:
Style/Encoding
- resolved cookstyle error: test/integration/cis/run_spec.rb:1:1 convention:
Style/Encoding
- resolved cookstyle error: test/integration/default/run_spec.rb:1:1 convention:
Style/Encoding
- resolved cookstyle error: test/integration/stig/run_spec.rb:1:1 convention:
Style/Encoding
- Fix RHEL support - @bdwyertech
- added logic to check for rhel platform_version greater than or equal to 7.5 and modify auditd restart command accordingly - @danielcbright
- Cookstyle fixes - @tas50
- Simplify platform check logic - @tas50
- Require Chef 12.15+ instead of 12.7+ - @tas50
- Add CIS-rules kitchen suite
- Update CIS rules to match RHEL/CentOS 7 v2.2.0 benchmarks
- Add resource to implement CIS defined auditd conf
- CIS related remediation will only run if "node['auditd']['ruleset']" is set to CIS
- Fix ~= typo in CIS rules
- Fix support for Debian 9+ / Ubuntu 18.04+
- Remove Chef 11/early 12 compatibility in metadata
- Handle CIS 4.1.14 differing on CentOS/RHEL 6
- Missing -F flag was causing entire list to fail to load.
- Controls that previously had auid>=500 now require auid>=1000 in current CIS benchmarks.
- Updated the audit rules for 4.1.8 to match the current CIS benchmark.
- Remove ChefSpec matchers which are auto generated by ChefSpec now
- Update CIS rules for RHEL/CentOS 7 v2.2.0 benchmarks
- Resolve FC108 warnings
- Allow specifying the cookbook where the template is in the builtins resource
- Require Chef 12.7+ due to bugs in 12.5/12.6 custom resources
- Install "audit" package for Amazon Linux on Chef 13
- Add support for RHEL 7
- Convert the existing LWRPs to custom resources, which raises the requires chef version to 12.5+
- Expand testing to cover the custom resources
- Let Chef can determine the proper restart command instead of hardcoding logic into the recipe
- Test with local delivery and not Rake
- Update apache2 license string
- Update copyrights
- Add ChefSpec matchers
- Enable use_inline_resources in the LWRPs
- Run integration testing in Travis
- Testing updates
- Require Chef 12.0 or later
- Add uninstall/remove support
- Update docs with testing and contributing process
- Use Berkshelf not Librarian for dependency management
- Add a travis config
- Add a license file
- Update the testing to use Rake and remove test deps from the Gemfile. We assume you're in ChefDK now
- Update the cookbook owner and add chef_version metadata
- Use the new notification syntax in templates
- Cookstyle fixes to the code
- Remove the utf encoding comments. There's no need for this
- Remove Chef 10 compatibility
- add coc and contributing documents
- update gitignore list for some chef related files
- update supermarket uri
- use correct restart command when under systemd on rhel
- better rule definition support for rhel systems that no longer ship with examples
- add test suite for capp rules
- excluded non-default rulesets for RedHat; they use a version-specific path that I can't find any easy way to determine programatically
- added RedHat support
- Initial release of auditd