From c2678cd0b3b927694c57c46a35acf232c76e8774 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 4 Mar 2008 11:46:53 +0100 Subject: umask 002 -> umask 067 pour ne plus avoir de droits g+rw --- 00_Sanity.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '00_Sanity.zsh') 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 -- cgit v1.2.3