aboutsummaryrefslogtreecommitdiff
path: root/debian/boca-autojudge.postinst
diff options
context:
space:
mode:
authorBruno Cesar Ribas <brunoribas@gmail.com>2018-08-29 13:26:57 +0000
committerBruno Cesar Ribas <brunoribas@gmail.com>2018-08-29 13:26:57 +0000
commit535ecefb9189949e62d71062a1b668fe885f0fe0 (patch)
tree0bc619da53014d2ed1137cde413f9b7e60389efa /debian/boca-autojudge.postinst
parent1b06668b95d393ba366b3568e555258a4706c90d (diff)
parentb117763dfafeec631c47a8fca6880400c5c6d854 (diff)
downloadboca-535ecefb9189949e62d71062a1b668fe885f0fe0.tar.gz
boca-535ecefb9189949e62d71062a1b668fe885f0fe0.zip
Merge remote-tracking branch 'origin/develc' into devel
Diffstat (limited to 'debian/boca-autojudge.postinst')
-rw-r--r--debian/boca-autojudge.postinst4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/boca-autojudge.postinst b/debian/boca-autojudge.postinst
index 37b144c..06fa222 100644
--- a/debian/boca-autojudge.postinst
+++ b/debian/boca-autojudge.postinst
@@ -1,5 +1,7 @@
#!/bin/bash
-chmod 4555 /usr/bin/safeexec
+chmod 4555 /usr/bin/safeexec
+chmod 700 /usr/sbin/boca-createjail
+chmod 700 /usr/sbin/boca-autojudge
exit 0