quoted test

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell
2022-04-26 11:58:14 +01:00
parent 7638220816
commit ed47662807
+1 -1
View File
@@ -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: