various fies, change network
[distro-setup] / distro-begin
index 4c889b35eb523b4affc399c2d5941101c593215b..fa5db412c9aac50d910a353120520304840967cf 100755 (executable)
@@ -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