SV-217113r603262_rule
V-217113
SRG-OS-000027-GPOS-00008
SLES-12-010120
CAT III
10
Configure the SUSE operating system to limit the number of concurrent sessions to 10 or less for all accounts and/or account types.
Add the following line to "/etc/security/limits.conf" or /etc/limits.d/*.conf file:
* hard maxlogins 10
Verify the SUSE operating system limits the number of concurrent sessions to 10 for all accounts and/or account types by running the following command:
# grep "maxlogins" /etc/security/limits.conf /etc/limits.d/*.conf
The result must contain the following line:
* hard maxlogins 10
If the "maxlogins" item is missing, the line does not begin with a star symbol, or the value is not set to "10" or less, this is a finding.
V-217113
False
SLES-12-010120
Verify the SUSE operating system limits the number of concurrent sessions to 10 for all accounts and/or account types by running the following command:
# grep "maxlogins" /etc/security/limits.conf /etc/limits.d/*.conf
The result must contain the following line:
* hard maxlogins 10
If the "maxlogins" item is missing, the line does not begin with a star symbol, or the value is not set to "10" or less, this is a finding.
M
4033