diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-08-18 09:27:31 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-08-18 09:27:31 +0000 |
| commit | d7ca018ebb0f2799c9cdb03567148e38f5db0b1a (patch) | |
| tree | c1242a459ba8f5ce2ab7ddf8bebcbc54bd3377f1 /debian/boca-submission-tools.postinst | |
| parent | 08b27a7a45c6fa96c5a3040d1d40f229975036f7 (diff) | |
| download | boca-d7ca018ebb0f2799c9cdb03567148e38f5db0b1a.tar.gz boca-d7ca018ebb0f2799c9cdb03567148e38f5db0b1a.zip | |
add ssh server and fix script name
Diffstat (limited to 'debian/boca-submission-tools.postinst')
| -rw-r--r-- | debian/boca-submission-tools.postinst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/boca-submission-tools.postinst b/debian/boca-submission-tools.postinst new file mode 100644 index 0000000..99505c8 --- /dev/null +++ b/debian/boca-submission-tools.postinst @@ -0,0 +1,5 @@ +#!/bin/bash + +#Make sure wrapper is suid +chmod 4555 /usr/bin/boca-submit-run-root-wrapper + |