File tree Expand file tree Collapse file tree 3 files changed +13
-29
lines changed
Expand file tree Collapse file tree 3 files changed +13
-29
lines changed Original file line number Diff line number Diff line change @@ -525,6 +525,12 @@ controls:
525525
526526 - rpm_verify_hashes
527527 - rpm_verify_ownership
528+
529+ related_rules :
530+ # while rpm_verify_permissions is a part of how to detect changes, it conflicts
531+ # with permission hardening rules like the cron_permissions rules and therelike.
532+ # it is more important to harden the permissions to prevent change, than it is to
533+ # ensure that the permissions are the same as in the rpm database.
528534 - rpm_verify_permissions
529535
530536 - id : SYS.1.1.A28
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,4 +19,10 @@ description: |-
1919 - Building-Block SYS.1.1 General Server
2020 - Building-Block SYS.1.3 Linux Server
2121
22- extends: bsi-2022
22+ selections:
23+ - bsi_sys_1_1_rhel9:all
24+ - bsi_sys_1_3_rhel9:all
25+
26+ # BSI APP.4.4.A4
27+ - var_selinux_policy_name=targeted
28+ - var_selinux_state=enforcing
You can’t perform that action at this time.
0 commit comments