mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-26 02:57:45 -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.
|
## See the file COPYING for copying conditions.
|
||||||
|
|
||||||
## Disable coredumps.
|
## Disable coredumps.
|
||||||
* hard core 0
|
## `-` in the second field sets both hard and soft limits at the same time.
|
||||||
* soft core 0
|
## See `man 5 limits.conf`.
|
||||||
|
* - core 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue