From 085591ee34b8ae79b8950510970d5d273fc9467b Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Thu, 5 Sep 2013 16:04:06 -0700 Subject: [PATCH] set u+s on /usr/sbin/vsh --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f6298c4..15dacd5 100644 --- a/Makefile +++ b/Makefile @@ -72,4 +72,5 @@ install: setns vsh install -D -m 755 lxcsu /usr/sbin/lxcsu install -D -m 755 lxcsu-internal /usr/sbin/lxcsu-internal chmod u+s /usr/sbin/lxcsu + chmod u+s /usr/sbin/vsh cp build/lib*/setns.so /usr/sbin -- 2.43.0