From 14b89019c6f151d71fd698017bd5f36e1843357d Mon Sep 17 00:00:00 2001 From: green Date: Sat, 9 Oct 1999 20:47:59 +0000 Subject: This implements the RLIMIT_SBSIZE ("sbsize") administrative limits for userland. Currently, it can be enforced by login and csh. More shells supporting sbsize are welcome. --- bin/csh/func.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/csh') diff --git a/bin/csh/func.c b/bin/csh/func.c index 070fc84..2a1b802 100644 --- a/bin/csh/func.c +++ b/bin/csh/func.c @@ -1142,6 +1142,7 @@ static struct limits { { RLIMIT_MEMLOCK, "memorylocked", 1024, "kbytes" }, { RLIMIT_NPROC, "maxproc", 1, "" }, { RLIMIT_NOFILE, "openfiles", 1, "" }, + { RLIMIT_SBSIZE, "sbsize ", 1, "bytes" }, { -1, NULL, 0, NULL } }; -- cgit v1.1