summaryrefslogtreecommitdiff
path: root/00_Sanity.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2008-03-04 11:46:53 +0100
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:21 +0100
commitc2678cd0b3b927694c57c46a35acf232c76e8774 (patch)
tree529c2965b5c4d14e2094cf65fa79c2be91c6ae8f /00_Sanity.zsh
parentc9f26850a3d7360c5542838780f40e2a00c1d583 (diff)
umask 002 -> umask 067 pour ne plus avoir de droits g+rw
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 b76865a..39ba813 100644
--- a/00_Sanity.zsh
+++ b/00_Sanity.zsh
@@ -12,7 +12,7 @@
ulimit -c 0
# No dangerous world-writeable files & folders
-umask 002
+umask 067
# sanity
[[ -t 0 ]] && /bin/stty erase "^H" intr "^C" susp "^Z" dsusp "^Y" stop "^S" start "^Q" kill "^U" >& /dev/null