aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/boca-autojudge.postinst5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/boca-autojudge.postinst b/debian/boca-autojudge.postinst
new file mode 100644
index 0000000..37b144c
--- /dev/null
+++ b/debian/boca-autojudge.postinst
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+chmod 4555 /usr/bin/safeexec
+
+exit 0