Skip to content

Commit

Permalink
Fix typo for 1.1.1.3 udf blacklist
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Weitzel <[email protected]>
  • Loading branch information
cf-sewe committed Sep 14, 2023
1 parent fbf2faa commit e759017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion section_1/cis_1.1/cis_1.1.1.1_3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ command:
grep_udf_blacklist:
title: 1.1.1.3 | Ensure mounting of udf filesystems is disabled | blacklist
exit-status: 0
exec: "grep 'blacklist' udf /etc/modprobe.d/blacklist.conf"
exec: "grep 'blacklist udf' /etc/modprobe.d/blacklist.conf"
stdout:
- '/^blacklist udf/'
meta:
Expand Down

0 comments on commit e759017

Please sign in to comment.