commit 4f87b7911663d2795ae9344de915ef097abb2d64 Author: Lunar lunar@torproject.org Date: Tue Oct 7 08:48:14 2014 +0200
expire-old-tickets: set a restrictive umask --- expire-old-tickets/expire-old-tickets | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/expire-old-tickets/expire-old-tickets b/expire-old-tickets/expire-old-tickets index 3cc82e0..99079e4 100755 --- a/expire-old-tickets/expire-old-tickets +++ b/expire-old-tickets/expire-old-tickets @@ -11,6 +11,8 @@
set -e
+umask 007 + # GnuPG keys used to encrypt the sql dumps KEYS="$(grep -v '^[^[:space:]]*#' <<END_OF_KEYS)" # andrew
tor-commits@lists.torproject.org