File tree Expand file tree Collapse file tree 5 files changed +18
-1
lines changed
tests/data/profile_stability/rhel10 Expand file tree Collapse file tree 5 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,8 @@ controls:
108
108
- l1_server
109
109
- l2_workstation
110
110
status : automated
111
+ rules :
112
+ - kernel_module_firewire-core_disabled
111
113
112
114
- id : 1.1.1.10
113
115
title : Ensure usb-storage kernel module is not available (Automated)
@@ -1211,13 +1213,17 @@ controls:
1211
1213
- l1_server
1212
1214
- l1_workstation
1213
1215
status : automated
1216
+ rules :
1217
+ - kernel_module_atm_disabled
1214
1218
1215
1219
- id : 3.2.2
1216
1220
title : Ensure can kernel module is not available (Automated)
1217
1221
levels :
1218
1222
- l1_server
1219
1223
- l1_workstation
1220
1224
status : automated
1225
+ rules :
1226
+ - kernel_module_can_disabled
1221
1227
1222
1228
- id : 3.2.3
1223
1229
title : Ensure dccp kernel module is not available (Automated)
@@ -2945,7 +2951,7 @@ controls:
2945
2951
levels :
2946
2952
- l2_server
2947
2953
- l2_workstation
2948
- status : automated
2954
+ status : pending
2949
2955
2950
2956
- id : 6.3.3.36
2951
2957
title : Ensure the audit configuration is immutable (Automated)
Original file line number Diff line number Diff line change @@ -237,8 +237,11 @@ has_nonlocal_mta
237
237
inactivity_timeout_value=15_minutes
238
238
journald_compress
239
239
journald_storage
240
+ kernel_module_atm_disabled
241
+ kernel_module_can_disabled
240
242
kernel_module_cramfs_disabled
241
243
kernel_module_dccp_disabled
244
+ kernel_module_firewire-core_disabled
242
245
kernel_module_freevxfs_disabled
243
246
kernel_module_hfs_disabled
244
247
kernel_module_hfsplus_disabled
Original file line number Diff line number Diff line change @@ -157,8 +157,11 @@ has_nonlocal_mta
157
157
inactivity_timeout_value=15_minutes
158
158
journald_compress
159
159
journald_storage
160
+ kernel_module_atm_disabled
161
+ kernel_module_can_disabled
160
162
kernel_module_cramfs_disabled
161
163
kernel_module_dccp_disabled
164
+ kernel_module_firewire-core_disabled
162
165
kernel_module_freevxfs_disabled
163
166
kernel_module_hfs_disabled
164
167
kernel_module_hfsplus_disabled
Original file line number Diff line number Diff line change @@ -155,6 +155,8 @@ has_nonlocal_mta
155
155
inactivity_timeout_value=15_minutes
156
156
journald_compress
157
157
journald_storage
158
+ kernel_module_atm_disabled
159
+ kernel_module_can_disabled
158
160
kernel_module_cramfs_disabled
159
161
kernel_module_dccp_disabled
160
162
kernel_module_freevxfs_disabled
Original file line number Diff line number Diff line change @@ -237,8 +237,11 @@ has_nonlocal_mta
237
237
inactivity_timeout_value=15_minutes
238
238
journald_compress
239
239
journald_storage
240
+ kernel_module_atm_disabled
241
+ kernel_module_can_disabled
240
242
kernel_module_cramfs_disabled
241
243
kernel_module_dccp_disabled
244
+ kernel_module_firewire-core_disabled
242
245
kernel_module_freevxfs_disabled
243
246
kernel_module_hfs_disabled
244
247
kernel_module_hfsplus_disabled
You can’t perform that action at this time.
0 commit comments