From bab29713f68deb6cd46d245c93a57163469f785d Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Thu, 19 Aug 2021 10:40:42 +0100 Subject: [PATCH] added quotes Signed-off-by: Mark Bolwell --- cat_2/RHEL-08-010000_010830/RHEL-08-010190.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cat_2/RHEL-08-010000_010830/RHEL-08-010190.yml b/cat_2/RHEL-08-010000_010830/RHEL-08-010190.yml index 8d9ff04..8ddf278 100644 --- a/cat_2/RHEL-08-010000_010830/RHEL-08-010190.yml +++ b/cat_2/RHEL-08-010000_010830/RHEL-08-010190.yml @@ -3,7 +3,7 @@ command: public_dirs_have_sticky: title: RHEL-08-010190 | A sticky bit must be set on all RHEL 8 public directories to prevent unauthorized and unintended information transferred via shared system resources. - exec: find / -type d \( -perm -0002 -a ! -perm -1000 \) -exec ls -ld {} \; + exec: 'find / -type d \( -perm -0002 -a ! -perm -1000 \) -exec ls -ld {} \;' timeout: {{ .Vars.timeout_ms }} exit-status: 0 stdout: