phase1: enforce proper umask during signing
authorJo-Philipp Wich <jo@mein.io>
Tue, 26 Jul 2016 18:09:27 +0000 (20:09 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 26 Jul 2016 18:09:29 +0000 (20:09 +0200)
commitd600bc21757ee918a5468910b5e98a9ce1562255
treea9564b586f4a95cca9ce1bd55a10675872074d7b
parentf0cf3f27e24b54fe96eccbdda95f680ee21210ed
phase1: enforce proper umask during signing

Ensure that the umask is set to 022 when signing tarballs since twistd invokes
the helper script with an umask of 077, preventing world access on the
resulting files.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
phase1/signall.sh