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

41 lines
893 B
YAML

---
{{ if .Vars.ubtu24cis_level_1 }}
{{ if .Vars.ubtu24cis_rule_1_5_2 }}
kernel-param:
kernel.yama.ptrace_scope:
title: 1.5.2 | Ensure ptrace_scope is restricted | sysctl_live
value: '1'
meta:
server: 1
workstation: 1
CIS_ID:
- 1.5.1
CISv8: 10.5
CISv8_IG1: false
CISv8_IG2: true
CISv8_IG3: true
NIST800-53R5: CM-6
command:
ptrace_restrict_2:
title: 1.5.1 | Ensure ptrace_scope is restricted | sysctl_configured
exit-status:
or:
- 0
- 2
exec: 'grep "^kernel\.yama.ptrace_scope" /etc/sysctl.conf /etc/sysctl.d/* | cut -d ":" -f2'
stdout:
- '/kernel.yama.ptrace_scope\s*=\s*1/'
meta:
server: 1
workstation: 1
CIS_ID:
- 1.5.1
CISv8: 10.5
CISv8_IG1: false
CISv8_IG2: true
CISv8_IG3: true
NIST800-53R5: CM-6
{{ end }}
{{ end }}