mirror of
https://github.com/ansible-lockdown/RHEL9-CIS-Audit.git
synced 2026-06-02 02:51:02 +00:00
@@ -2,7 +2,7 @@
|
||||
command:
|
||||
logfile_configured:
|
||||
title: 4.2.3 | Ensure permissions on all logfiles are configured
|
||||
exec: find /var/log/ -type f -perm /g+wx,o+rwx -exec ls -l "{}""+
|
||||
exec: 'find /var/log/ -type f -perm /g+wx,o+rwx -exec ls -l "{}" +'
|
||||
exit-status: 0
|
||||
stdout: ['!/./']
|
||||
meta:
|
||||
|
||||
Reference in New Issue
Block a user