28 lines
487 B
YAML
28 lines
487 B
YAML
---
|
|
|
|
{{ if .Vars.ubtu24cis_level_1 }}
|
|
{{ if .Vars.ubtu24cis_rule_1_6_5 }}
|
|
file:
|
|
etc_issue_perms:
|
|
title: 1.6.5 | Ensure acces to /etc/issue is configured
|
|
exists: true
|
|
path: /etc/issue
|
|
owner: root
|
|
group: root
|
|
mode: '0644'
|
|
meta:
|
|
server: 1
|
|
workstation: 1
|
|
CIS_ID:
|
|
- 1.6.5
|
|
CISv8: 3.3
|
|
CISv8_IG1: true
|
|
CISv8_IG2: true
|
|
CISv8_IG3: true
|
|
NIST800-53R5:
|
|
- CM-6
|
|
- CM-1
|
|
- CM-3
|
|
{{ end }}
|
|
{{ end }}
|