From 444537b33423cffc5ffbc717077b8269d815a759 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Fri, 20 Mar 2020 14:08:27 -0400 Subject: [PATCH] Set umask to 077 at login --- home/.profile | 2 ++ 1 file changed, 2 insertions(+) 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)" -- 2.20.1