restrict umask

Fri, 14 Apr 2017 14:44:06 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 14 Apr 2017 14:44:06 -0400
changeset 543
f033acea6b1e
parent 542
c78ff4777bd9
child 544
f8c29fb56a91

restrict umask

.profile.common file | annotate | diff | comparison | revisions
--- a/.profile.common
+++ b/.profile.common
@@ -1,5 +1,7 @@
 # simple profile stuff that is common to both zsh and bash
 
+umask 027
+
 make -s -C ~/.ssh
 
 export EDITOR=vim
@@ -22,4 +24,3 @@ fi
 if [ -f ~/.profile.common.local ]; then
   source ~/.profile.common.local
 fi
-

mercurial