inspec/test/cookbooks/os_prepare/recipes/auditctl.rb
Miah Johnson 2a1b1d8e88 Remove all leading newlines.
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-05-31 11:43:44 -07:00

5 lines
200 B
Ruby

case node['platform']
when 'centos'
execute 'auditctl -a always,exit -F arch=b32 -S open -S openat -F exit=-EACCES -k access'
execute 'auditctl -w /etc/ssh/sshd_config -p rwxa -k sshd_config'
end