Fix the default nofiles and stack hard limits.
authorTodd C. Miller <Todd.Miller@sudo.ws>
Mon, 7 Jan 2019 16:38:03 +0000 (09:38 -0700)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Mon, 7 Jan 2019 16:38:03 +0000 (09:38 -0700)
commitf7d7a9a6196937c88588956d5b8dfcfbbe0b4fba
treea03bb71386a5919b2103cc11b6743433b572bc03
parent32dc90c28e80e99391dc3558d29296c90a4fce83
Fix the default nofiles and stack hard limits.
The table of default hard limits in /etc/security/limits was out
of date with respect to the current documentation.  The default
hard limit for nofiles should be unlimited, not 8196.  The default
hard limit for stack should be 4194304 blocks (which fits in an
unsigned long on 32-bit platforms).
lib/util/aix.c