STIGQter STIGQter: STIG Summary: SUSE Linux Enterprise Micro (SLEM) 5 Security Technical Implementation Guide Version: 1 Release: 4 Benchmark Date: 01 Apr 2026:

SLEM 5 must limit the number of concurrent sessions to 10 for all accounts and/or account types.

DISA Rule

SV-261367r996839_rule

Vulnerability Number

V-261367

Group Title

SRG-OS-000027-GPOS-00008

Rule Version

SLEM-05-412035

Severity

CAT III

CCI(s)

Weight

10

Fix Recommendation

Configure SLEM 5 to limit the number of concurrent sessions to "10" or less for all accounts and/or account types.

Add or modify the following line to the file "/etc/security/limits.conf":

* hard maxlogins 10

Check Contents

Verify SLEM 5 limits the number of concurrent sessions to 10 for all accounts and/or account types with the following command:

> grep "maxlogins" /etc/security/limits.conf
* hard maxlogins 10

If the "maxlogins" does not have a value of "10" or less, is commented out, or is missing, this is a finding.

Vulnerability Number

V-261367

Documentable

False

Rule Version

SLEM-05-412035

Severity Override Guidance

Verify SLEM 5 limits the number of concurrent sessions to 10 for all accounts and/or account types with the following command:

> grep "maxlogins" /etc/security/limits.conf
* hard maxlogins 10

If the "maxlogins" does not have a value of "10" or less, is commented out, or is missing, this is a finding.

Check Content Reference

M

Target Key

5596