Skip to content

Commit

Permalink
Make 1.4.1 grub password check pass
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 e759017 commit 76467f5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions section_1/cis_1.4/cis_1.4.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ file:
group: root
mode: "0600"
{{ if .Vars.rhel8cis_set_boot_pass }}
contains: [GRUB2_PASSWORD=<encrypted-password>]
contains:
- GRUB2_PASSWORD=
{{ end }}
meta:
server: 1
workstation: 1
CIS_ID:
CIS_ID:
- 1.4.1
CISv8:
CISv8:
- 3.3
CISv8_IG1: true
CISv8_IG2: true
Expand Down

0 comments on commit 76467f5

Please sign in to comment.