33 lines
702 B
YAML
33 lines
702 B
YAML
---
|
|
|
|
{{ if .Vars.ubtu24cis_level_1 }}
|
|
{{ if .Vars.ubtu24cis_desktop_required }}
|
|
{{ if .Vars.ubtu24cis_rule_1_7_6 }}
|
|
file:
|
|
gnome_automount_disable:
|
|
title: 1.7.6 | Ensure GDM automatic mounting of removable media is disabled
|
|
path: /etc/dconf/db/local.d/00-media-automount
|
|
exists: true
|
|
contents:
|
|
- '/^[org/gnome/desktop/media-handling]/'
|
|
- '/^automount=false/'
|
|
- '/^automount-open=false/'
|
|
meta:
|
|
server: 1
|
|
workstation: 1
|
|
CIS_ID:
|
|
- 1.7.6
|
|
CISv8: 10.3
|
|
CISv8_IG1: true
|
|
CISv8_IG2: true
|
|
CISv8_IG3: true
|
|
NIST800-53R5:
|
|
- CM-1
|
|
- CM-2
|
|
- CM-6
|
|
- CM-7
|
|
- IA-5
|
|
{{ end }}
|
|
{{ end }}
|
|
{{ end }}
|