SV-216359r603267_rule
V-216359
SRG-OS-000480
SOL-11.1-040410
CAT I
10
The root role is required.
Modify the /etc/pam.d/gdm-autologin file.
# pfedit /etc/pam.d/gdm-autologin
Locate the lines:
auth required pam_unix_cred.so.1
auth sufficient pam_allow.so.1
account sufficient pam_allow.so.1
Change the lines to read:
#auth required pam_unix_cred.so.1
#auth sufficient pam_allow.so.1
#account sufficient pam_allow.so.1
Determine if autologin is enabled for the GNOME desktop.
# egrep "auth|account" /etc/pam.d/gdm-autologin | grep -vc ^#
If the command returns other than "0", this is a finding.
V-216359
False
SOL-11.1-040410
Determine if autologin is enabled for the GNOME desktop.
# egrep "auth|account" /etc/pam.d/gdm-autologin | grep -vc ^#
If the command returns other than "0", this is a finding.
M
4022