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

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