diff options
Diffstat (limited to 'sbin')
-rwxr-xr-x | sbin/fndSession | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/fndSession b/sbin/fndSession index 65dbc19..e6f6b44 100755 --- a/sbin/fndSession +++ b/sbin/fndSession @@ -9,6 +9,8 @@ # Purpose : find sessions for display managers #--------------------------------------------------------------- +umask 022 + for f in /etc/X11/dm.d/*.conf; do EXEC= FNDSESSION_EXEC= |