anthcourtney / ansible-role-cis-amazon-linux

Ansible role to apply CIS Amazon Linux Benchmark v2.0.0
MIT License
154 stars 140 forks source link

Implement 4.1.3 #48

Open chandanchowdhury opened 5 years ago

chandanchowdhury commented 5 years ago

4.1.3

Configure grub so that processes that are capable of being audited can be audited even if they start up prior to auditd startup.

Fail if below command output is empty or RC != 0 grep "^\s*kernel*audit=1" /boot/grub/menu.lst

chandanchowdhury commented 5 years ago

Changes will be implemented under PR #52