diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2023-12-11 19:52:41 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2023-12-11 19:52:41 +0000 |
commit | 70e28086c36f6c95d45010d325ff4280b90c00be (patch) | |
tree | 461d48c8e27b5e415e58e556dda527e2cbbfbff4 /etc/etc.loongson | |
parent | da217e32652747eba4d0134049efe3c658bedb96 (diff) |
Synchronize datasize-cur limit for staff with the default class.
ok deraadt@, millert@, phessler@
Diffstat (limited to 'etc/etc.loongson')
-rw-r--r-- | etc/etc.loongson/login.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.loongson/login.conf b/etc/etc.loongson/login.conf index a4c6673f336..438fe44ad53 100644 --- a/etc/etc.loongson/login.conf +++ b/etc/etc.loongson/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.17 2022/02/21 06:38:57 robert Exp $ +# $OpenBSD: login.conf,v 1.18 2023/12/11 19:52:40 kettenis Exp $ # # Sample login.conf file. See login.conf(5) for details. @@ -71,7 +71,7 @@ daemon:\ # Staff have fewer restrictions and can login even when nologins are set. # staff:\ - :datasize-cur=768M:\ + :datasize-cur=1024M:\ :datasize-max=infinity:\ :maxproc-max=512:\ :maxproc-cur=128:\ |