We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1de0bf commit 3242faeCopy full SHA for 3242fae
conf/waivers/productization
@@ -206,6 +206,11 @@
206
/per-rule/.+/ensure_redhat_gpgkey_installed/.*
207
rhel == 10.2
208
209
+# https://github.com/ComplianceAsCode/content/issues/14388
210
+# Remediation outputs /etc/systemd/logind.conf.d does not exist
211
+/hardening/.+/logind_session_timeout
212
+ rhel == 9 or rhel == 10
213
+
214
# test scenarios for some rules which were I believe recently added to rhel8 datastream fail
215
# https://github.com/ComplianceAsCode/content/issues/14289
216
/per-rule/.+/accounts_password_pam_unix_enabled/correct.pass
0 commit comments