[OL9 STIG V2R3] Add stigid@ol9 — Kernel Modules (8 rules)#14511
[OL9 STIG V2R3] Add stigid@ol9 — Kernel Modules (8 rules)#14511hdean3 wants to merge 1 commit intoComplianceAsCode:masterfrom
Conversation
Add stigid@ol9 annotations mapping 8 kernel module disable rules to their corresponding Oracle Linux 9 STIG V2R3 control IDs: OL09-00-000040 kernel_module_atm_disabled OL09-00-000041 kernel_module_can_disabled OL09-00-000042 kernel_module_firewire-core_disabled OL09-00-000043 kernel_module_sctp_disabled OL09-00-000044 kernel_module_tipc_disabled OL09-00-000045 kernel_module_cramfs_disabled OL09-00-000046 kernel_module_bluetooth_disabled OL09-00-000047 kernel_module_usb-storage_disabled Each stigid@ol9 line is placed immediately after the existing stigid@ol8 entry, following the established pattern used by other STIG product annotations in this repository. Signed-off-by: Harold Dean <hdean3@users.noreply.github.com>
|
Hi @hdean3. Thanks for your PR. I'm waiting for a ComplianceAsCode member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Closing — confirmed Ubuntu 24.04 and OL9 use the controls-based stigid injection (reference_type: stigid in stig_ol9.yml + ol9 reference_uris). The build system raises ValueError when rule.yml also contains stigid references. The controls system already provides complete stigid@ol9 coverage in compiled SCAP output — no rule.yml patches needed for this distro. Verified via CI failure on PR #14491 and build log analysis of ssg/controls.py _check_conflict_in_rules(). |
Summary
Add
stigid@ol9annotations to 8 kernel module disable rules, mapping them to their Oracle Linux 9 STIG V2R3 (V2R3) control IDs.kernel_module_atm_disabledkernel_module_can_disabledkernel_module_firewire-core_disabledkernel_module_sctp_disabledkernel_module_tipc_disabledkernel_module_cramfs_disabledkernel_module_bluetooth_disabledkernel_module_usb-storage_disabledEach
stigid@ol9line is placed immediately after the existingstigid@ol8entry, following the established pattern used by other STIG product annotations in this repository.Testing
controls/stig_ol9.yml— all 8 map correctlyyamllint -c .yamllint controls/stig_ol9.yml— CLEAN (controls file unchanged)stigid@reference additions only — no logic, no template changes