mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
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
81aa4713b1
commit
b3c369b3c6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29740
@ -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