diff options
author | Hugues Hiegel <hugues@hiegel.fr> | 2008-03-04 11:46:53 +0100 |
---|---|---|
committer | Hugues Hiegel <hugues@hiegel.fr> | 2008-03-07 14:15:21 +0100 |
commit | c2678cd0b3b927694c57c46a35acf232c76e8774 (patch) | |
tree | 529c2965b5c4d14e2094cf65fa79c2be91c6ae8f | |
parent | c9f26850a3d7360c5542838780f40e2a00c1d583 (diff) |
umask 002 -> umask 067 pour ne plus avoir de droits g+rw
-rw-r--r-- | 00_Sanity.zsh | 2 |
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 |