Set hard and soft limits on core file size at the same time

This commit is contained in:
Aaron Rainbolt 2025-08-15 16:46:35 -05:00
parent e2c65a2a6f
commit 94668b2e93
No known key found for this signature in database
GPG key ID: A709160D73C79109

View file

@ -2,5 +2,6 @@
## See the file COPYING for copying conditions.
## Disable coredumps.
* hard core 0
* soft core 0
## `-` in the second field sets both hard and soft limits at the same time.
## See `man 5 limits.conf`.
* - core 0