From 3e6b1583d384c5f9378084d595987f4540f1211d Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 30 Dec 2009 08:40:34 +0000 Subject: Changed file permissions, cli app should only be root executable. --- www/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile index 75453c8..93f3762 100644 --- a/www/Makefile +++ b/www/Makefile @@ -36,8 +36,7 @@ install: mkdir -p "$$dest";\ cp "$$i" "$$dest";\ done - chmod +x $(install_dir)/cgi-bin/acf - chmod +x $(install_dir)/cgi-bin/cli - + chmod 755 $(install_dir)/cgi-bin/acf + chmod 700 $(install_dir)/cgi-bin/cli .PHONY: $(phony) -- cgit v1.2.3