SV-235006r622137_rule
V-235006
SRG-OS-000480-GPOS-00227
SLES-15-040220
CAT II
10
Copy the PAM configuration files to their static locations and remove the SUSE operating system soft links for the PAM configuration files with the following command:
> sudo sh -c 'for X in /etc/pam.d/common-*-pc; do cp -ivp --remove-destination $X ${X:0:-3}; done'
Additional information on the configuration of multifactor authentication on the SUSE operating system can be found at https://www.suse.com/communities/blog/configuring-smart-card-authentication-suse-linux-enterprise/.
Verify the SUSE operating system is configured to not overwrite PAM configuration on package changes.
Check that soft links between PAM configuration files are removed with the following command:
> find /etc/pam.d/ -type l -iname "common-*"
If any results are returned, this is a finding.
V-235006
False
SLES-15-040220
Verify the SUSE operating system is configured to not overwrite PAM configuration on package changes.
Check that soft links between PAM configuration files are removed with the following command:
> find /etc/pam.d/ -type l -iname "common-*"
If any results are returned, this is a finding.
M
5274