Start script hardcodes file permissions mask to 077 (600), so the nsslapd-*l https://bugzilla.redhat.com/show_bug.cgi?id=495522 Resolves: bug 495522 Bug Description: Start script hardcodes file permissions mask to 077 (600), Reviewed by: ??? Fix Description: Use umask 002 for the directory server process Note that I'm not sure why the init script set the umask to 077 in the first place - probably copied from some boilerplate - it's probably ok to use 000, but 002 at least affords some minimal protection. Platforms tested: Fedora 11 x86_64 Flag Day: no Doc impact: no https://bugzilla.redhat.com/attachment.cgi?id=362142&action=diff
389-devel@lists.fedoraproject.org