2016-01-22 07:50:04 +00:00
|
|
|
case node['platform']
|
|
|
|
when 'centos'
|
|
|
|
execute 'auditctl -a always,exit -F arch=b32 -S open -S openat -F exit=-EACCES -k access'
|
2016-01-29 10:13:52 +00:00
|
|
|
execute 'auditctl -w /etc/ssh/sshd_config -p rwxa -k sshd_config'
|
2016-01-22 07:50:04 +00:00
|
|
|
end
|