Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 232455

Summary: start-stop-daemon lacks the -k|--umask option
Product: Gentoo Linux Reporter: Francesco Pretto <ceztko>
Component: [OLD] baselayoutAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: enhancement CC: roy
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Francesco Pretto 2008-07-20 11:26:49 UTC
Gentoo start-stop-daemon util lacks the -k|--umask option: this option permits setting the umask flag of the launched daemon, and is useful in many appliances. Just as an example, I need it to set less restrictive umasks for the mldonkey and rsync daemons: the inability of doing so (at least I don't know how to set it on a per-daemon base) just leads me to configure even less secure setups. This has been added in 2006 in mainstream debian dpkg [1]: would be cool if you sync the obsolete start-stop-daemon in gentoo baselayout to add this option.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=368003
Comment 2 Francesco Pretto 2008-08-20 10:09:24 UTC
(In reply to comment #1)
> Fixed in
> http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commitdiff;h=20ea01dbea9548e45147831e4c818c2273c59c41
> 

Oh, yes! I knew gentoo is still great! :-)
Thanks
Comment 4 Francesco Pretto 2008-08-20 11:34:10 UTC
(In reply to comment #3)
> You'll also need this one
> ...

Will try later, as I'm in production now. When I'll switch to openrc (which stable version will feture this?) I'll do some test. If needed, I'll reopen this bug or create a new one.