26 lines
498 B
YAML
26 lines
498 B
YAML
---
|
|
|
|
{{ if .Vars.ubtu24cis_level_1 }}
|
|
{{ if .Vars.ubtu24cis_desktop_required }}
|
|
{{ if .Vars.ubtu24cis_rule_1_7_10 }}
|
|
file:
|
|
gdm_xdcmp:
|
|
title: 1.7.10 | Ensure XDCMP is not enabled
|
|
path: /etc/gdm3/custom.conf
|
|
exists: true
|
|
contents:
|
|
- '!/^Enable=true/'
|
|
meta:
|
|
server: 1
|
|
workstation: 1
|
|
CIS_ID:
|
|
- 1.7.10
|
|
CISv8: 4.8
|
|
CISv8_IG1: false
|
|
CISv8_IG2: true
|
|
CISv8_IG3: true
|
|
NIST800-53R5: SI-4
|
|
{{ end }}
|
|
{{ end }}
|
|
{{ end }}
|