Skip to content

Commit 5f05ba7

Browse files
Exclude rpm_verify_permissions in pcidss profiles for RHEL
CI tests detected the rpm_verify_permissions rule is failing after pci-dss remediation. More investigation is needed before enabling this rule. Issue #11285
1 parent aaf463c commit 5f05ba7

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

products/rhel7/profiles/pci-dss.profile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ description: |-
2222

2323
selections:
2424
- pcidss_4:all
25+
# More tests are needed to identify which rule is conflicting with rpm_verify_permissions.
26+
# https://github.com/ComplianceAsCode/content/issues/11285
27+
- '!rpm_verify_permissions'

products/rhel8/profiles/pci-dss.profile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ description: |-
2222

2323
selections:
2424
- pcidss_4:all
25+
# More tests are needed to identify which rule is conflicting with rpm_verify_permissions.
26+
# https://github.com/ComplianceAsCode/content/issues/11285
27+
- '!rpm_verify_permissions'

products/rhel9/profiles/pci-dss.profile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ selections:
2525
# audit-audispd-plugins package does not exist in RHEL 9
2626
# use only package_audispd-plugins_installed
2727
- '!package_audit-audispd-plugins_installed'
28+
# More tests are needed to identify which rule is conflicting with rpm_verify_permissions.
29+
# https://github.com/ComplianceAsCode/content/issues/11285
30+
- '!rpm_verify_permissions'

0 commit comments

Comments
 (0)