-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRHEL-8-CIS-L2-WORKSTATION.toml
98 lines (73 loc) · 1.8 KB
/
RHEL-8-CIS-L2-WORKSTATION.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# https://osbuild.org/docs/user-guide/blueprint-reference
version = '1.0.0'
name = 'RHEL-8-CIS-L2-WORKSTATION'
# https://www.cisecurity.org/cis-benchmarks
# https://resources.cisecurity.org/benchmarks
description = '''
Red Hat Enterprise Linux (RHEL) 8
Center for Internet Security® (CIS) Level 2 Workstation
Profile ID: xccdf_org.ssgproject.content_profile_cis_workstation_l2
Benchmark ID: xccdf_org.ssgproject.content_benchmark_RHEL-8
'''
distro = 'rhel-8'
[customizations]
partitioning_mode = 'auto-lvm'
[customizations.kernel]
append = 'audit_backlog_limit=8192 audit=1'
[customizations.openscap]
profile_id = 'xccdf_org.ssgproject.content_profile_cis_workstation_l2'
[customizations.services]
enabled = ['crond', 'firewalld', 'systemd-journald', 'rsyslog', 'auditd']
disabled = ['nfs-server', 'rpcbind', 'autofs', 'bluetooth', 'nftables']
masked = []
[[customizations.filesystem]]
mountpoint = '/'
size = 3221225472
[[customizations.filesystem]]
mountpoint = '/boot'
size = 805306368
[[customizations.filesystem]]
mountpoint = '/home'
size = 1073741824
[[customizations.filesystem]]
mountpoint = '/tmp'
size = 1073741824
[[customizations.filesystem]]
mountpoint = '/var'
size = 2147483648
[[customizations.filesystem]]
mountpoint = '/var/log'
size = 1073741824
[[customizations.filesystem]]
mountpoint = '/var/log/audit'
size = 536870912
[[customizations.filesystem]]
mountpoint = '/var/tmp'
size = 536870912
[[packages]]
name = 'aide'
version = '*'
[[packages]]
name = 'audit'
version = '*'
[[packages]]
name = 'chrony'
version = '*'
[[packages]]
name = 'firewalld'
version = '*'
[[packages]]
name = 'libpwquality'
version = '*'
[[packages]]
name = 'libselinux'
version = '*'
[[packages]]
name = 'nftables'
version = '*'
[[packages]]
name = 'rsyslog'
version = '*'
[[packages]]
name = 'sudo'
version = '*'