diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-03-02 20:30:35 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-03-02 20:30:35 -0800 |
commit | f3ae436e031fcd39f32715ddcff3c3c55c11ce32 (patch) | |
tree | 4182aa6dbe791f6228b844d4ff3c0a0390111fd4 | |
parent | 88e22c838c889ce5cb099b475d6b24053e2f16ab (diff) | |
download | tamarind-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.txr | 1 |
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) |