X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=distro-begin;h=fa5db412c9aac50d910a353120520304840967cf;hp=4c889b35eb523b4affc399c2d5941101c593215b;hb=2cff2dd2b8040e6cbd721932ae09142881d7e0a6;hpb=b857462732e15f455e41f26e3048a390d7b399c0 diff --git a/distro-begin b/distro-begin index 4c889b3..fa5db41 100755 --- a/distro-begin +++ b/distro-begin @@ -223,6 +223,11 @@ Defaults env_keep += SUDOD # makes ubuntu be like debian # https://unix.stackexchange.com/a/91572 Defaults always_set_home +# default setting is to have minimum umask of 0022 +# This lets us have user-specific umasks which are more permissive. +# I did this for transmission and set it's umask gecos on install, +# see there for more info. +Defaults !umask EOF