UBUNTU24-CIS-Audit/section_5/cis_5.2/cis_5.2.1.yml

27 lines
430 B
YAML

---
{{ if .Vars.ubtu24cis_level_1 }}
{{ if .Vars.ubtu24cis_rule_5_2_1 }}
package:
sudo:
title: 5.2.1 | Ensure sudo is installed
installed: true
meta:
server: 1
workstation: 1
CIS_ID:
- 5.2.1
CISv8:
- 5.4
CISv8_IG1: true
CISv8_IG2: true
CISv8_IG3: true
NIST800-53R5:
- CM-1
- CM-2
- CM-6
- CM-7
- IA-5
{{ end }}
{{ end }}