From 0bdd3c751331ab0c3e5f54a9ba8df1593b2c7df8 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 14 Jul 2020 16:44:33 +0000 Subject: Install up CGI with mode 700 It should never be served as a regular file. --- www/temp.causal.agency/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/temp.causal.agency') diff --git a/www/temp.causal.agency/Makefile b/www/temp.causal.agency/Makefile index 3f608286..3e908305 100644 --- a/www/temp.causal.agency/Makefile +++ b/www/temp.causal.agency/Makefile @@ -10,7 +10,7 @@ clean: rm -f up install: up - install up ${WEBROOT}/up + install -m 700 up ${WEBROOT}/up uninstall: rm -f ${WEBROOT}/up -- cgit 1.4.1