SV-234868r622137_rule
V-234868
SRG-OS-000027-GPOS-00008
SLES-15-020020
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 the file "/etc/security/limits.conf":
* 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
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-234868
False
SLES-15-020020
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
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
5274