summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-03-02 20:30:35 -0800
committerKaz Kylheku <kaz@kylheku.com>2016-03-02 20:30:35 -0800
commitf3ae436e031fcd39f32715ddcff3c3c55c11ce32 (patch)
tree4182aa6dbe791f6228b844d4ff3c0a0390111fd4
parent88e22c838c889ce5cb099b475d6b24053e2f16ab (diff)
downloadtamarind-f3ae436e031fcd39f32715ddcff3c3c55c11ce32.tar.gz
tamarind-f3ae436e031fcd39f32715ddcff3c3c55c11ce32.tar.bz2
tamarind-f3ae436e031fcd39f32715ddcff3c3c55c11ce32.zip
umask 007 so world can't read sensitive data in aliases
-rw-r--r--startup.txr1
1 files changed, 1 insertions, 0 deletions
diff --git a/startup.txr b/startup.txr
index c6ab35a..76e3d5e 100644
--- a/startup.txr
+++ b/startup.txr
@@ -14,4 +14,5 @@ HTTPS=on
@ (error-form "Security Problem" "Not redirected to HTTPS!")
@ (fail)
@ (end)
+@ (do (umask #o007))
@(end)