UBUNTU24-CIS-Audit/section_7/cis_7.1/cis_7.1.9.yml

33 lines
562 B
YAML

---
{{ if .Vars.ubtu24cis_level_1 }}
{{ if .Vars.ubtu24cis_rule_7_1_9 }}
file:
etc_shells_perms:
title: 7.1.9 | Ensure permissions on /etc/shells are configured
path: /etc/shells
exists: true
owner: root
group: root
mode:
or:
- "0644"
- "0640"
- "0604"
- "0600"
- "0400"
meta:
server: 1
workstation: 1
CIS_ID:
- 7.1.9
CISv8: 3.3
CISv8_IG1: true
CISv8_IG2: true
CISv8_IG3: true
NIST800-53R5:
- AC-3
- MP-2
{{ end }}
{{ end }}