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