Skip to content

Commit cc4c86f

Browse files
authored
Update limits.conf to conform with DoD STIG
I'm proposing that we change this to the DoD STIG setting (* hard maxlogins 10) which is more relaxed. In software development environments I've found this setting to be to aggressive and impact legitimate work users are trying to perform on the workstations.
1 parent 846f5e3 commit cc4c86f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/limits.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# Hard/Soft Core Limits
5151
* - core 0
5252

53-
# Maxiumum of 3 sessions per user
54-
* - maxlogins 3
53+
# Maxiumum of 10 hard sessions per user
54+
* hard maxlogins 10
5555

5656
# End of file

0 commit comments

Comments
 (0)