bugzilla(a)redhat.com wrote:
> Please do not reply directly to this email. All additional
> comments should be made in the comments box of this bug.
>
>
> https://bugzilla.redhat.com/show_bug.cgi?id=495522
>
>
> Nathan Kinder <nkinder(a)redhat.com> changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> CC| |nkinder(a)redhat.com
> Devel Whiteboard|comment#1.review? |comment#1.review+nkinder
>
>
Thanks - pushed to master
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
bugzilla(a)redhat.com wrote:
> Please do not reply directly to this email. All additional
> comments should be made in the comments box of this bug.
>
>
> https://bugzilla.redhat.com/show_bug.cgi?id=520483
>
>
> Nathan Kinder <nkinder(a)redhat.com> changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> CC| |nkinder(a)redhat.com
> Devel Whiteboard|comment#2.review? |comment#2.review+nkinder
>
Thanks - pushed to master.