From d0bcc13cfaa690deededb8d6cd243b8d9e083b42 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Tue, 1 Dec 2009 19:34:27 +0000 Subject: [PATCH] Changed vsh to use the suid wrapper. --- scripts/vsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vsh b/scripts/vsh index 3e49eba..0099b38 100755 --- a/scripts/vsh +++ b/scripts/vsh @@ -3,4 +3,4 @@ SLICE=`whoami` SLICEID=`id -u` -sudo /usr/sbin/vserver $SLICE suexec $SLICEID /bin/bash "$@" +/usr/sbin/vserver_suid_wrapper $SLICE suexec $SLICEID /bin/bash "$@" -- 2.47.0