winbindd and nmbd don't set their umask to zero on startup like smbd does.
authorJeremy Allison <jra@samba.org>
Tue, 18 Jun 2013 00:25:41 +0000 (17:25 -0700)
committerMichael Adam <obnox@samba.org>
Thu, 27 Jun 2013 00:02:24 +0000 (02:02 +0200)
commit59462f2e0102481bb9ac8f86e883a6de99259449
tree241356b817d60c51dd0dd24f48ab8b2f5ef75e52
parent011dc52df3a3319e33ae88617b9269dfe406d42c
winbindd and nmbd don't set their umask to zero on startup like smbd does.

Fix this - we already control tightly what permissions are
on the files we create. Ensure we don't get surprised.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Thu Jun 27 02:02:24 CEST 2013 on sn-devel-104
source3/nmbd/nmbd.c
source3/winbindd/winbindd.c