diff options
| author | cassio <cassiopc@gmail.com> | 2018-09-04 14:17:08 +0000 |
|---|---|---|
| committer | cassio <cassiopc@gmail.com> | 2018-09-04 14:17:08 +0000 |
| commit | 089ae668965e0fb6e5350dd9e82404582f0d4831 (patch) | |
| tree | e6e44d9794c422074d73c8efefc268851a28c788 /debian | |
| parent | ec5da92729c44469e28b06bd21755f43b4afc12b (diff) | |
| download | boca-089ae668965e0fb6e5350dd9e82404582f0d4831.tar.gz boca-089ae668965e0fb6e5350dd9e82404582f0d4831.zip | |
fix file permission
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/boca-submission-tools.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/boca-submission-tools.postinst b/debian/boca-submission-tools.postinst index b8a5dcf..21cfdd9 100644 --- a/debian/boca-submission-tools.postinst +++ b/debian/boca-submission-tools.postinst @@ -1,12 +1,12 @@ #!/bin/bash #Make sure wrapper is suid and others are not readable -chmod 4555 /usr/bin/boca-submit-run-root-wrapper chmod 700 /usr/sbin/boca-fixes chmod 700 /usr/sbin/boca-auth-runs chmod 700 /usr/sbin/boca-outmanage chmod 700 /usr/sbin/boca-submit-log chmod 700 /usr/bin/boca-submit-run-* +chmod 4555 /usr/bin/boca-submit-run-root-wrapper for i in boca-submit-list boca-submit-oldlist; do rm -f /usr/bin/$i || true |