mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-26 00:18:24 -05:00
Set hard and soft limits on core file size at the same time
This commit is contained in:
parent
e2c65a2a6f
commit
94668b2e93
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue