Skip to content

Commit

Permalink
added quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Aug 19, 2021
1 parent 1b1829d commit bab2971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cat_2/RHEL-08-010000_010830/RHEL-08-010190.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bab2971

Please sign in to comment.