Skip to content

Commit 63855bf

Browse files
authored
Merge pull request #13846 from sig-bsi-grundschutz/fix-bsi
Fix bsi conflicts
2 parents 4a3ecb6 + 7b8b2bc commit 63855bf

File tree

3 files changed

+13
-29
lines changed

3 files changed

+13
-29
lines changed

controls/bsi_sys_1_1_rhel9.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

products/rhel9/profiles/bsi-2022.profile

Lines changed: 0 additions & 28 deletions
This file was deleted.

products/rhel9/profiles/bsi.profile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)