Skip to content

Latest commit

 

History

History
137 lines (102 loc) · 6.04 KB

CHANGELOG.md

File metadata and controls

137 lines (102 loc) · 6.04 KB

Changelog


  • 0.6.10

-- [[email protected]] - Added template for /etc/aide.conf and it updates the aide database -- [[email protected]] - Added default attributes for Centos 6 & 7 for /etc/aide.conf -- [[email protected]] - Added inspec and unit tests for /etc/aide.conf -- [[email protected]] - Corrected inspec tests centos7 to run aide tests for redhat platforms

  • 0.6.9

-- [[email protected]] - Updated more audit not included in the last version -- [[email protected]] - Combined two audit steps into one to save time/processing

  • 0.6.8

-- [[email protected]] - Updated audit scripts to not double-check file mounts that may appear twice in df output

  • 0.6.7

-- [[email protected]] - Updated defaults for audit.rules to avoid 32/64 bit syscall mismatch warning -- [[email protected]] - Removed "redhat" from the test for purging the avahi-daemon package -- [[email protected]] - Updated unit tests to work around errors -- [[email protected]] - Updated style tests for later version of foodcritic/rubocop

  • 0.6.6

-- [[email protected]] - Updating the cookbook to work properly with CentOS 7 -- [[email protected]] - Added disabling vfat and ipv6 to modprobe -- [[email protected]] - Update avahi daemon recipe for CentOS 7 (chkconfig vs sysctl) -- [[email protected]] - Update ipv6 recipe for CentOS 7 -- [[email protected]] - Fixed idempotency issue in ipv6 recipe for CentOS 6 -- [[email protected]] - Update dhcp recipe for CentOS 7 -- [[email protected]] - Update rsyslog.conf default attributes to the latest CIS recommendations -- [[email protected]] - Update sshd_config template to put logic on keywords that may or may not exist in sshd -- [[email protected]] - Switched system_auth recipe to use templates instead of very touchy sed/grep -- [[email protected]] - Changed default PASS_MIN_DAYS in login_defs to 7 as per stig -- [[email protected]] - Updated file_permissions recipe to not branch on ubuntu/rhel -- [[email protected]] - Split InSpec tests into CentOS 6 and CentOS 7 -- [[email protected]] - Updated Gemfile to require a minimal inspec gem version

  • 0.6.5

-- [[email protected]] - Leaving sysctl attribute mutation solely to the sysctl cookbook. -- [[email protected]] - Removing STIG cookbook attributes for sysctl. Using only sysctl cookbook attributes

  • 0.6.4

-- [[email protected]] - Update mail transfer agent recipe to fully parameterize the CentOS template for main.cf

  • 0.6.3

-- [[email protected]] - Update the system_auth recipe to respect pre-existing symlinks -- [[email protected]] - Fix boot_settings recipe to catch if selinux is disabled and move on

  • 0.6.2

-- [[email protected]] - More testing -- [[email protected]] - Updated auditd ruleset to include more rules -- [[email protected]] - Created ChefSpec testing for auditd_rules recipe -- [[email protected]] - Updated ServerSpec testing for all default auditd rules