diff --git a/section_4/cis_4.2.3/cis_4.2.3.yml b/section_4/cis_4.2.3/cis_4.2.3.yml index a9ea2ea..7cd25e2 100644 --- a/section_4/cis_4.2.3/cis_4.2.3.yml +++ b/section_4/cis_4.2.3/cis_4.2.3.yml @@ -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: