From: Thierry Parmentelat Date: Tue, 2 Jul 2013 10:07:23 +0000 (+0200) Subject: make sync needs to set extra permissions as well X-Git-Tag: lxc-userspace-1.0-5~4 X-Git-Url: http://git.onelab.eu/?p=lxc-userspace.git;a=commitdiff_plain;h=f9921d92b34d10588dc7bb240095fc3fa8f946c5;hp=c37b4dd8e305d2180d85338d34af16328d92f69f make sync needs to set extra permissions as well --- diff --git a/Makefile b/Makefile index 3df59e1..453ddc4 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,8 @@ ifeq (,$(NODEURL)) else +$(RSYNC) ./lxcsu ./lxcsu-internal ./vsh.c ./Makefile.vsh $(NODEURL)/usr/sbin/ ssh -i $(NODE).key.rsa root@$(NODE) make -C /usr/sbin -f Makefile.vsh vsh + ssh -i $(NODE).key.rsa root@$(NODE) chown root:root /usr/sbin/lxcsu /usr/sbin/vsh + ssh -i $(NODE).key.rsa root@$(NODE) chmod u+s /usr/sbin/lxcsu /usr/sbin/vsh endif ### fetching the key