From: Thomas Walker Lynch Date: Sun, 8 Jun 2025 09:05:58 +0000 (-0700) Subject: sets more restrictive umask for subu files, if there are gnome launched applications... X-Git-Url: https://git.reasoningtechnology.com/style/static/git-favicon.png?a=commitdiff_plain;h=7da4eea39f0a1cb5106444327e131042d3c0854a;p=subu sets more restrictive umask for subu files, if there are gnome launched applications systemd --user must also have commensurate usmask --- diff --git a/developer/shell/subu b/developer/shell/subu index 71c81e5..ae30e07 100644 --- a/developer/shell/subu +++ b/developer/shell/subu @@ -37,5 +37,6 @@ sudo loginctl enable-linger "$subu_user" sudo machinectl shell "$subu_user"@ /bin/bash -c " export DISPLAY='$display_val'; export XAUTHORITY='$subu_Xauthority_path'; + umask 077 exec \"\$SHELL\" -l "