Further tweak to 'daemon' so that the hard limit for coredumpsize
is not set to zero, only the soft limit. This means that non-root processes started from /etc/rc* can explicitly raise the coredump limit if they wish.
This commit is contained in:
parent
6947e679d6
commit
6bc0604a01
@ -9,7 +9,7 @@
|
||||
# This file controls resource limits, accounting limits and
|
||||
# default user environment settings.
|
||||
#
|
||||
# $Id: login.conf,v 1.13 1997/07/11 22:11:13 guido Exp $
|
||||
# $Id: login.conf,v 1.14 1997/09/23 03:09:51 peter Exp $
|
||||
#
|
||||
|
||||
|
||||
@ -128,7 +128,8 @@ root:\
|
||||
# Settings used by /etc/rc
|
||||
#
|
||||
daemon:\
|
||||
:coredumpsize=0:\
|
||||
:coredumpsize@:\
|
||||
:coredumpsize-cur=0:\
|
||||
:datasize=infinity:\
|
||||
:datasize-cur@:\
|
||||
:maxproc=256:\
|
||||
|
Loading…
Reference in New Issue
Block a user