From 1a64913d59f9ec146b924b14c48d76dcf5ff4855 Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Fri, 16 Feb 2007 16:48:26 +0000 Subject: Force umask --- sbin/fndSession | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sbin/fndSession') 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= -- cgit v1.2.1