From 2b7d34704dae513c2a1ff9a19ec7013d06913cd3 Mon Sep 17 00:00:00 2001 From: Bruno Cesar Ribas Date: Wed, 22 Aug 2018 15:54:54 -0300 Subject: d/boca-autojudge.postinst: Adds suid to safeexec Signed-off-by: Bruno Cesar Ribas --- debian/boca-autojudge.postinst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 debian/boca-autojudge.postinst (limited to 'debian') 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 -- cgit v1.2.3