From: Siraaj Khandkar Date: Fri, 20 Mar 2020 18:08:27 +0000 (-0400) Subject: Set umask to 077 at login X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=444537b33423cffc5ffbc717077b8269d815a759 Set umask to 077 at login --- diff --git a/home/.profile b/home/.profile index 6c8ecb4..eef9bca 100644 --- a/home/.profile +++ b/home/.profile @@ -7,6 +7,8 @@ do . $file done +umask 077 + if test ! "$SSH_AGENT_PID" then eval "$(ssh-agent)"