[Bug 3253] start-stop-daemon --chuid does not set supplemental groups

bugzilla at busybox.net bugzilla at busybox.net
Thu Sep 15 10:37:54 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=3253

--- Comment #1 from Denys Vlasenko <vda.linux at googlemail.com>  ---
I don't have Debian machine to test it, so I need your input.

Do you mean that this is wrong?

# busybox start-stop-daemon -S -x id
uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys)

# busybox start-stop-daemon -S -c 0:111 -x id
uid=0(root) gid=111 groups=0(root),1(bin),2(daemon),3(sys)
                    ^^^groups should be reset to 111 too!^^^^


Correct?

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list