23 lines
441 B
YAML
23 lines
441 B
YAML
---
|
|
|
|
{{ if .Vars.ubtu24cis_level_1 }}
|
|
{{ if .Vars.ubtu24cis_rule_1_1_2_2_1 }}
|
|
mount:
|
|
dev_shm_mount:
|
|
title: 1.1.2.2.1 | Ensure /dev/shm is a separate partition
|
|
mountpoint: /dev/shm
|
|
filesystem: tmpfs
|
|
exists: true
|
|
meta:
|
|
server: 1
|
|
workstation: 1
|
|
CIS_ID:
|
|
- 1.1.2.2.1
|
|
CISv8: 4.8
|
|
CISv8_IG1: false
|
|
CISv8_IG2: true
|
|
CISv8_IG3: true
|
|
NIST800-53R5: CM-7
|
|
{{ end }}
|
|
{{ end }}
|