Skip to content

Commit

Permalink
fixed typo thanks to #36 @Rafouf69
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Nov 4, 2024
1 parent bc149b7 commit 907fa28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions section_5/cis_5.3/cis_5.3.3.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{{ if .Vars.ubtu22cis_level_1 }}
{{ if .Vars.ubtu22cis_rule_5_3_3 }}
command:
log_sudoers_d:
log_sudoers_d:
title: 5.3.3 | Ensure sudo log file exists | sudoers.d
exec: "grep -Ec '^Defaults logfile=/var/log/*.log' /etc/sudoers /etc/sudoers.d/.*/"
exit-status:
exec: "grep -Ec '^Defaults logfile=/var/log/*.log' /etc/sudoers /etc/sudoers.d/.*/"
exit-status:
lt: 3
stdout:
- '/[1:99]/'
- '/[1-99]/'
meta:
server: 1
workstation: 1
Expand Down

0 comments on commit 907fa28

Please sign in to comment.