diff options
author | 2015-01-20 16:49:59 +0000 | |
---|---|---|
committer | 2015-01-20 16:49:59 +0000 | |
commit | a180a50f76459c458884101c75c3c986dd1052c9 (patch) | |
tree | 7503f0aa6560afb918805c69c9207d3052336539 | |
parent | Revert some $OpenBSD$ additions about which there are doubts. (diff) | |
download | wireguard-openbsd-a180a50f76459c458884101c75c3c986dd1052c9.tar.xz wireguard-openbsd-a180a50f76459c458884101c75c3c986dd1052c9.zip |
increase limits for staff (user created at install time is in staff)
-rw-r--r-- | etc/etc.amd64/login.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.amd64/login.conf b/etc/etc.amd64/login.conf index 75577c072a2..992452875ee 100644 --- a/etc/etc.amd64/login.conf +++ b/etc/etc.amd64/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.2 2014/04/22 11:03:40 reyk Exp $ +# $OpenBSD: login.conf,v 1.3 2015/01/20 16:49:59 deraadt Exp $ # # Sample login.conf file. See login.conf(5) for details. @@ -70,10 +70,10 @@ daemon:\ # Staff have fewer restrictions and can login even when nologins are set. # staff:\ - :datasize-cur=512M:\ + :datasize-cur=1536M:\ :datasize-max=infinity:\ :maxproc-max=512:\ - :maxproc-cur=128:\ + :maxproc-cur=256:\ :ignorenologin:\ :requirehome@:\ :tc=default: |