From 45f809709f04faee5831a1e9034edf8a8536554c Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Fri, 2 Apr 2004 23:59:04 +0000 Subject: [PATCH] s!-H!-HS! (reported by Arne Blankerts) git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@1410 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/distrib/sample.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util-vserver/distrib/sample.conf b/util-vserver/distrib/sample.conf index 7e1b7a6..b56d9a3 100644 --- a/util-vserver/distrib/sample.conf +++ b/util-vserver/distrib/sample.conf @@ -40,7 +40,7 @@ S_FLAGS="lock nproc" # ULIMIT="-H -u 200" # The example above, combined with the nproc S_FLAGS will limit the # vserver to a maximum of 200 processes -ULIMIT="-H -u 1000" +ULIMIT="-HS -u 1000" # You can set various capabilities. By default, the vserver are run # with a limited set, so you can let root run in a vserver and not # worry about it. He can't take over the machine. In some cases -- 1.8.1.5