The Photon operating system must limit the number of concurrent sessions to ten for all accounts and/or account types.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
|---|---|---|---|---|---|---|
| low | V-258804 | SRG-OS-000027-GPOS-00008 | PHTN-40-000007 | SV-258804r958398_rule | 2024-07-11 | 2 |
Description
Operating system management includes the ability to control the number of users and user sessions that utilize an operating system. Limiting the number of allowed users and sessions per user is helpful in reducing the risks related to Denial of Service (DoS) attacks.
This requirement addresses concurrent sessions for information system accounts and does not address concurrent sessions by single users via multiple system accounts. The maximum number of concurrent sessions should be defined based upon mission needs and the operational environment for each system.
ℹ️ Check
At the command line, run the following command to verify the limit for the number of concurrent sessions:
# grep "^[^#].*maxlogins.*" /etc/security/limits.conf
Example result:
* hard maxlogins 10
If "* hard maxlogins" is not configured to "10", this is a finding.
Note: The expected result may be repeated multiple times.
✔️ Fix
Navigate to and open:
/etc/security/limits.conf
Add or update the following line:
* hard maxlogins 10