Blame SOURCES/scap-security-guide-0.1.61-add_missing_srgs-PR_8218.patch

5fd106
From 8605b236665b1022c7379e87d9445c9ca42e78f3 Mon Sep 17 00:00:00 2001
5fd106
From: Gabriel Becker <ggasparb@redhat.com>
5fd106
Date: Mon, 14 Feb 2022 11:41:15 +0100
5fd106
Subject: [PATCH] Add SRG references to STIG rules.
5fd106
5fd106
Rules accounts_password_pam_pwquality_password_auth and accounts_password_pam_pwquality_system_auth
5fd106
were missing SRG required references.
5fd106
---
5fd106
 .../accounts_password_pam_pwquality_password_auth/rule.yml      | 2 ++
5fd106
 .../accounts_password_pam_pwquality_system_auth/rule.yml        | 2 ++
5fd106
 2 files changed, 4 insertions(+)
5fd106
5fd106
diff --git a/linux_os/guide/system/accounts/accounts-pam/password_quality/password_quality_pwquality/accounts_password_pam_pwquality_password_auth/rule.yml b/linux_os/guide/system/accounts/accounts-pam/password_quality/password_quality_pwquality/accounts_password_pam_pwquality_password_auth/rule.yml
5fd106
index 6c7bb1ad7a0..34dd6e2fcca 100644
5fd106
--- a/linux_os/guide/system/accounts/accounts-pam/password_quality/password_quality_pwquality/accounts_password_pam_pwquality_password_auth/rule.yml
5fd106
+++ b/linux_os/guide/system/accounts/accounts-pam/password_quality/password_quality_pwquality/accounts_password_pam_pwquality_password_auth/rule.yml
5fd106
@@ -22,6 +22,8 @@ identifiers:
5fd106
     cce@rhel9: CCE-85878-7
5fd106
 
5fd106
 references:
5fd106
+    disa: CCI-000366
5fd106
+    srg: SRG-OS-000480-GPOS-00227
5fd106
     stigid@rhel8: RHEL-08-020100
5fd106
 
5fd106
 ocil_clause: 'pam_pwquality.so is not enabled in password-auth'
5fd106
diff --git a/linux_os/guide/system/accounts/accounts-pam/password_quality/password_quality_pwquality/accounts_password_pam_pwquality_system_auth/rule.yml b/linux_os/guide/system/accounts/accounts-pam/password_quality/password_quality_pwquality/accounts_password_pam_pwquality_system_auth/rule.yml
5fd106
index ea42ff9b07a..a5189c61608 100644
5fd106
--- a/linux_os/guide/system/accounts/accounts-pam/password_quality/password_quality_pwquality/accounts_password_pam_pwquality_system_auth/rule.yml
5fd106
+++ b/linux_os/guide/system/accounts/accounts-pam/password_quality/password_quality_pwquality/accounts_password_pam_pwquality_system_auth/rule.yml
5fd106
@@ -22,6 +22,8 @@ identifiers:
5fd106
     cce@rhel9: CCE-85873-8
5fd106
 
5fd106
 references:
5fd106
+    disa: CCI-000366
5fd106
+    srg: SRG-OS-000480-GPOS-00227
5fd106
     stigid@rhel8: RHEL-08-020101
5fd106
 
5fd106
 ocil_clause: 'pam_pwquality.so is not enabled in system-auth'