aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcassio <cassiopc@gmail.com>2018-08-29 13:17:19 +0000
committercassio <cassiopc@gmail.com>2018-08-29 13:17:19 +0000
commitb117763dfafeec631c47a8fca6880400c5c6d854 (patch)
tree1dba4f049e6f1ad5c6df0976ecd366d63c4201fc /Makefile
parent27cf41d1424d045e7c54c2fa12f87bedb663b781 (diff)
downloadboca-b117763dfafeec631c47a8fca6880400c5c6d854.tar.gz
boca-b117763dfafeec631c47a8fca6880400c5c6d854.zip
chmods in the postinst
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af01438..6ec0a69 100644
--- a/Makefile
+++ b/Makefile
@@ -44,9 +44,9 @@ install-bocaautojudge: tools/safeexec
mkdir -p $(DESTDIR)/usr/bin/
mkdir -p $(DESTDIR)/etc/
install tools/safeexec $(DESTDIR)/usr/bin/safeexec
- chmod 4555 $(DESTDIR)/usr/bin/safeexec
install tools/boca-createjail $(DESTDIR)/usr/sbin/boca-createjail
install tools/boca-autojudge.sh $(DESTDIR)/usr/sbin/boca-autojudge
+ chmod 4555 $(DESTDIR)/usr/bin/safeexec
chmod 700 $(DESTDIR)/usr/sbin/boca-createjail
chmod 700 $(DESTDIR)/usr/sbin/boca-autojudge