SV-261402r996624_rule
V-261402
SRG-OS-000480-GPOS-00227
SLEM-05-631025
CAT II
10
Copy the PAM configuration files to their static locations and remove SLEM 5 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 SLEM 5 can be found at https://www.suse.com/communities/blog/configuring-smart-card-authentication-suse-linux-enterprise/.
Verify SLEM 5 is configured to not overwrite PAM configuration on package changes with the following command:
> find /etc/pam.d/ -type l -iname "common-*"
If any results are returned, this is a finding.
V-261402
False
SLEM-05-631025
Verify SLEM 5 is configured to not overwrite PAM configuration on package changes with the following command:
> find /etc/pam.d/ -type l -iname "common-*"
If any results are returned, this is a finding.
M
5596