From: deraadt Date: Thu, 16 Nov 2023 13:47:42 +0000 (+0000) Subject: crank some limits because clang is a piggy X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=66fa2bb901ff8359e111a6504b6f15a4d82892eb;p=openbsd crank some limits because clang is a piggy --- diff --git a/etc/etc.octeon/login.conf b/etc/etc.octeon/login.conf index bd003c674e7..60489aaac19 100644 --- a/etc/etc.octeon/login.conf +++ b/etc/etc.octeon/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.15 2022/02/21 06:38:57 robert Exp $ +# $OpenBSD: login.conf,v 1.16 2023/11/16 13:47:42 deraadt Exp $ # # Sample login.conf file. See login.conf(5) for details. @@ -41,8 +41,8 @@ auth-ftp-defaults:auth-ftp=passwd: default:\ :path=/usr/bin /bin /usr/sbin /sbin /usr/X11R6/bin /usr/local/bin /usr/local/sbin:\ :umask=022:\ - :datasize-max=1024M:\ - :datasize-cur=1024M:\ + :datasize-max=1536M:\ + :datasize-cur=1536M:\ :maxproc-max=256:\ :maxproc-cur=128:\ :openfiles-max=1024:\ @@ -71,7 +71,7 @@ daemon:\ # Staff have fewer restrictions and can login even when nologins are set. # staff:\ - :datasize-cur=768M:\ + :datasize-cur=1536M:\ :datasize-max=infinity:\ :maxproc-max=512:\ :maxproc-cur=128:\