Skip to content

Commit

Permalink
Fix typo in 5.3.7
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 6f60eec commit eadf4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion section_5/cis_5.3/cis_5.3.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ file:
{{ if eq .Vars.rhel8cis_sugroup "wheel" }}
- '/^auth\s+required\s+pam_wheel.so\suse_uid/'
{{ else }}
- '/^auth\s+required\s+pam_wheel.so\suse_uid$\sgroup={{ .Vars.rhel8cis_sugroup }}/'
- '/^auth\s+required\s+pam_wheel.so\suse_uid\sgroup={{ .Vars.rhel8cis_sugroup }}/'
{{ end }}
meta:
server: 1
Expand Down

0 comments on commit eadf4a2

Please sign in to comment.