UBUNTU24-CIS-Audit/section_1/cis_1.5/cis_1.5.4.yml

24 lines
410 B
YAML

---
{{ if .Vars.ubtu24cis_level_1 }}
{{ if .Vars.ubtu24cis_rule_1_5_4 }}
package:
prelink:
title: 1.5.4 | Ensure prelink is not installed
installed: false
meta:
server: 1
workstation: 1
CIS_ID:
- 1.5.4
CISv8: 3.14
CISv8_IG1: false
CISv8_IG2: false
CISv8_IG3: true
NIST800-53R5:
- CM-6
- CM-1
- CM-3
{{ end }}
{{ end }}