Changed vsh to use the suid wrapper.
[util-vserver-pl.git] / scripts / vsh
index 3e49eba..0099b38 100755 (executable)
@@ -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 "$@"