-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRHEL-9-NIST-PCI-DSS.toml
66 lines (49 loc) · 1.16 KB
/
RHEL-9-NIST-PCI-DSS.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# https://osbuild.org/docs/user-guide/blueprint-reference
version = '1.0.0'
name = 'RHEL-9-NIST-PCI-DSS'
# http://doi.org/10.6028/NIST.SP.1800-16
description = '''
Red Hat Enterprise Linux (RHEL) 9
National Institute of Standards and Technology (NIST)
Payment Card Industry - Data Security Standard (PCI-DSS) (NIST 1800-16)
Profile ID: xccdf_org.ssgproject.content_profile_pci-dss
Benchmark ID: xccdf_org.ssgproject.content_benchmark_RHEL-9
'''
distro = 'rhel-9'
[customizations]
partitioning_mode = 'auto-lvm'
[customizations.kernel]
append = 'audit_backlog_limit=8192 audit=1'
[customizations.openscap]
profile_id = 'xccdf_org.ssgproject.content_profile_pci-dss'
[customizations.services]
enabled = ['firewalld', 'auditd']
disabled = ['nftables']
masked = []
[[packages]]
name = 'aide'
version = '*'
[[packages]]
name = 'audispd-plugins'
version = '*'
[[packages]]
name = 'audit'
version = '*'
[[packages]]
name = 'chrony'
version = '*'
[[packages]]
name = 'cryptsetup'
version = '*'
[[packages]]
name = 'libselinux'
version = '*'
[[packages]]
name = 'logrotate'
version = '*'
[[packages]]
name = 'nftables'
version = '*'
[[packages]]
name = 'sudo'
version = '*'