26 lines
518 B
YAML
26 lines
518 B
YAML
---
|
|
|
|
{{ if .Vars.ubtu24cis_level_1 }}
|
|
{{ if .Vars.ubtu24cis_rule_4_3_5 }}
|
|
command:
|
|
nft_chains:
|
|
title: 4.3.5 | Ensure nftables base chains exist
|
|
exec: echo "Manual - Please confirm nfttables base chain exists and matched site policy"
|
|
exit-status: 0
|
|
stdout:
|
|
- '!/^Manual/'
|
|
meta:
|
|
server: 1
|
|
workstation: 1
|
|
CIS_ID:
|
|
- 4.3.5
|
|
CISv8:
|
|
- 4.4
|
|
- 4.5
|
|
CISv8_IG1: true
|
|
CISv8_IG2: true
|
|
CISv8_IG3: true
|
|
NIST800-53R5: NA
|
|
{{ end }}
|
|
{{ end }}
|