Skip to content

Commit 73e14c4

Browse files
matusmarhefkacomps
authored andcommitted
Reapply "Properly waive /hardening/.+/rpm_verify_(ownership|permissions)" (#437)
This reverts commit 398a368. We can now reapply this reverted commit as updated `lib/versions.py` should handle minor version comparison also on CentOS Stream.
1 parent 4d41db4 commit 73e14c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

conf/waivers/productization

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@
120120
/hardening/kickstart(/with-gui|/uefi)?/(hipaa|stig|stig_gui)/service_kdump_disabled
121121
rhel == 10
122122

123-
# caused by one of:
124-
# - bz1778661 (abrt)
125-
# - bz2209266 (RHEL-9 gdm)
123+
# /run/fapolicyd file mode and groupownership differes from RPM database
124+
# RHEL 9: https://issues.redhat.com/browse/RHEL-59626
125+
# RHEL 10: https://issues.redhat.com/browse/RHEL-94536
126126
/hardening/.+/rpm_verify_(ownership|permissions)
127-
True
127+
(rhel == 9 and rhel <= 9.6) or rhel == 10.0
128128

129129
# RHEL-8: https://bugzilla.redhat.com/show_bug.cgi?id=1834716
130130
# RHEL-9: https://bugzilla.redhat.com/show_bug.cgi?id=1999587

0 commit comments

Comments
 (0)