summaryrefslogtreecommitdiffstats
path: root/etc/login.conf
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-09-23 14:14:10 +0000
committerpeter <peter@FreeBSD.org>1997-09-23 14:14:10 +0000
commit6bc0604a019e5cacc22184382851fc21a448677e (patch)
tree50c6c6da556fe04ec20bd897c82729a231c7f07e /etc/login.conf
parent6947e679d60fb9e0b52ea1af350dc6af641dde8a (diff)
downloadFreeBSD-src-6bc0604a019e5cacc22184382851fc21a448677e.zip
FreeBSD-src-6bc0604a019e5cacc22184382851fc21a448677e.tar.gz
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.
Diffstat (limited to 'etc/login.conf')
-rw-r--r--etc/login.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/login.conf b/etc/login.conf
index 8bb1ecc..651fa4d 100644
--- a/etc/login.conf
+++ b/etc/login.conf
@@ -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:\
OpenPOWER on IntegriCloud