Reduce default file permissions
This commit is contained in:
parent
7fbd98a3f3
commit
c2e4ab9239
2 changed files with 3 additions and 0 deletions
2
.profile
2
.profile
|
|
@ -25,3 +25,5 @@ fi
|
|||
if [ -d "$HOME/.local/bin" ] ; then
|
||||
PATH="$HOME/.local/bin:$PATH"
|
||||
fi
|
||||
|
||||
umask 0007
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue