summaryrefslogtreecommitdiff
path: root/00_Sanity.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-01-20 11:17:23 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-01-20 11:22:17 +0100
commite1a9740cd43e60526b74f7a773c9d1ea0f060b68 (patch)
treeb6ddb1e0ec2fce14f111ce2a50428a4748db5b06 /00_Sanity.zsh
parenta0a46ceee960c7ea17a97af6a8f49e376d406dca (diff)
[Sanity] Other have no rights. Really. At all.
Diffstat (limited to '00_Sanity.zsh')
-rw-r--r--00_Sanity.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/00_Sanity.zsh b/00_Sanity.zsh
index 6dcea64..3c00329 100644
--- a/00_Sanity.zsh
+++ b/00_Sanity.zsh
@@ -12,7 +12,7 @@
ulimit -c 0
# No dangerous world-writeable files & folders
-umask 022
+umask 027
# sanity
[[ -t 0 ]] && /bin/stty erase "^H" intr "^C" susp "^Z" dsusp "^Y" stop "^S" start "^Q" kill "^U" >& /dev/null