mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
Fix "daemon" class, Apache not works from /etc/rc otherwise.
Among bumping several limits, most interesting thing is that Apache requires than "filesize=64M" restriction must be removed. I think it is due to mmap() usage in apache, but I am not shure.
This commit is contained in:
parent
d8888419c5
commit
b8c01a853d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26061
@ -9,7 +9,7 @@
|
||||
# This file controls resource limits, accounting limits and
|
||||
# default user environment settings.
|
||||
#
|
||||
# $Id: login.conf,v 1.10 1997/05/19 00:03:48 gpalmer Exp $
|
||||
# $Id: login.conf,v 1.11 1997/05/23 00:12:34 pst Exp $
|
||||
#
|
||||
|
||||
|
||||
@ -128,15 +128,15 @@ root:\
|
||||
# Settings used by /etc/rc
|
||||
#
|
||||
daemon:\
|
||||
:cputime=infinity:\
|
||||
:filesize=64M:\
|
||||
:datasize=32M:\
|
||||
:stacksize=16M:\
|
||||
:coredumpsize=0:\
|
||||
:datasize=32M:\
|
||||
:maxproc=256:\
|
||||
:maxproc-cur@:\
|
||||
:memoryuse-cur=64M:\
|
||||
:memorylocked-cur=64M:\
|
||||
:maxproc=32:\
|
||||
:openfiles=1024:\
|
||||
:openfiles-cur@:\
|
||||
:stacksize=16M:\
|
||||
:tc=default:
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user