1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-15 15:06:42 +00:00

Make libutil aware of vmemoryuse in its login.conf cap processing (aka

sshd, /usr/bin/login, etc)
This commit is contained in:
Matthew Dillon 2002-06-26 03:54:18 +00:00
parent 552116c927
commit 67577126f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98851

View File

@ -57,6 +57,7 @@ static struct login_res {
{ "openfiles", login_getcapnum, RLIMIT_NOFILE },
{ "coredumpsize", login_getcapsize, RLIMIT_CORE },
{ "sbsize", login_getcapsize, RLIMIT_SBSIZE },
{ "vmemoryuse", login_getcapsize, RLIMIT_VMEM },
{ NULL, 0, 0 }
};