-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRHEL-9-CIS-L1-SERVER.toml
58 lines (43 loc) · 1.07 KB
/
RHEL-9-CIS-L1-SERVER.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
# https://osbuild.org/docs/user-guide/blueprint-reference
version = '1.0.0'
name = 'RHEL-9-CIS-L1-SERVER'
# https://www.cisecurity.org/cis-benchmarks
# https://resources.cisecurity.org/benchmarks
description = '''
Red Hat Enterprise Linux (RHEL) 9
Center for Internet Security® (CIS) Level 1 Server
Profile ID: xccdf_org.ssgproject.content_profile_cis_server_l1
Benchmark ID: xccdf_org.ssgproject.content_benchmark_RHEL-9
'''
distro = 'rhel-9'
[customizations]
partitioning_mode = 'auto-lvm'
[customizations.kernel]
append = ''
[customizations.openscap]
profile_id = 'xccdf_org.ssgproject.content_profile_cis_server_l1'
[customizations.services]
enabled = ['crond', 'firewalld', 'systemd-journald', 'rsyslog']
disabled = ['nftables']
masked = []
[[customizations.filesystem]]
mountpoint = '/tmp'
size = 1073741824
[[packages]]
name = 'aide'
version = '*'
[[packages]]
name = 'firewalld'
version = '*'
[[packages]]
name = 'libselinux'
version = '*'
[[packages]]
name = 'nftables'
version = '*'
[[packages]]
name = 'rsyslog'
version = '*'
[[packages]]
name = 'sudo'
version = '*'