diff options
| author | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-08-22 18:54:54 +0000 |
|---|---|---|
| committer | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-08-22 18:54:54 +0000 |
| commit | 2b7d34704dae513c2a1ff9a19ec7013d06913cd3 (patch) | |
| tree | 26b00c2e3a789855950969fa170bcc7e0ad47dc7 /debian | |
| parent | fec3098279220d067f72a3b386fd679c58e43899 (diff) | |
| download | boca-2b7d34704dae513c2a1ff9a19ec7013d06913cd3.tar.gz boca-2b7d34704dae513c2a1ff9a19ec7013d06913cd3.zip | |
d/boca-autojudge.postinst: Adds suid to safeexec
Signed-off-by: Bruno Cesar Ribas <brunoribas@gmail.com>
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/boca-autojudge.postinst | 5 |
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 |