cd3b90bce2
Update sudoers rules in RHEL8 STIG V1R5 Add missing SRG references in RHEL8 STIG V1R5 rules Update chronyd_or_ntpd_set_maxpoll to disregard server and poll directives Fix GRUB2 rule template to configure the module correctly on RHEL8 Update GRUB2 rule descriptions Make package_rear_installed not applicable on AARCH64 Resolves: rhbz#2045403 Resolves: rhbz#2014561 Resolves: rhbz#2020623
39 lines
2.2 KiB
Diff
39 lines
2.2 KiB
Diff
From 8605b236665b1022c7379e87d9445c9ca42e78f3 Mon Sep 17 00:00:00 2001
|
|
From: Gabriel Becker <ggasparb@redhat.com>
|
|
Date: Mon, 14 Feb 2022 11:41:15 +0100
|
|
Subject: [PATCH] Add SRG references to STIG rules.
|
|
|
|
Rules accounts_password_pam_pwquality_password_auth and accounts_password_pam_pwquality_system_auth
|
|
were missing SRG required references.
|
|
---
|
|
.../accounts_password_pam_pwquality_password_auth/rule.yml | 2 ++
|
|
.../accounts_password_pam_pwquality_system_auth/rule.yml | 2 ++
|
|
2 files changed, 4 insertions(+)
|
|
|
|
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
|
|
index 6c7bb1ad7a0..34dd6e2fcca 100644
|
|
--- 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
|
|
@@ -22,6 +22,8 @@ identifiers:
|
|
cce@rhel9: CCE-85878-7
|
|
|
|
references:
|
|
+ disa: CCI-000366
|
|
+ srg: SRG-OS-000480-GPOS-00227
|
|
stigid@rhel8: RHEL-08-020100
|
|
|
|
ocil_clause: 'pam_pwquality.so is not enabled in password-auth'
|
|
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
|
|
index ea42ff9b07a..a5189c61608 100644
|
|
--- 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
|
|
@@ -22,6 +22,8 @@ identifiers:
|
|
cce@rhel9: CCE-85873-8
|
|
|
|
references:
|
|
+ disa: CCI-000366
|
|
+ srg: SRG-OS-000480-GPOS-00227
|
|
stigid@rhel8: RHEL-08-020101
|
|
|
|
ocil_clause: 'pam_pwquality.so is not enabled in system-auth'
|