diff options
| author | cassio <cassiopc@gmail.com> | 2018-08-29 13:17:19 +0000 |
|---|---|---|
| committer | cassio <cassiopc@gmail.com> | 2018-08-29 13:17:19 +0000 |
| commit | b117763dfafeec631c47a8fca6880400c5c6d854 (patch) | |
| tree | 1dba4f049e6f1ad5c6df0976ecd366d63c4201fc /debian/boca-autojudge.postinst | |
| parent | 27cf41d1424d045e7c54c2fa12f87bedb663b781 (diff) | |
| download | boca-b117763dfafeec631c47a8fca6880400c5c6d854.tar.gz boca-b117763dfafeec631c47a8fca6880400c5c6d854.zip | |
chmods in the postinst
Diffstat (limited to 'debian/boca-autojudge.postinst')
| -rw-r--r-- | debian/boca-autojudge.postinst | 4 |
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 |