[sudo-workers] porting sudo to minix 3

Debjit Biswas debjitbis08 at gmail.com
Fri May 22 05:13:52 EDT 2009


Hi all,

i've trying to port sudo-1.7.0 to MINIX 3. the problem is MINIX does
not implement supplementary groups.
Although i've been able to compile sudo successfully, running sudo
fails with the message

internal error, tried to emalloc2(0)

This is due to the fact that the getgroups function always returns 0.
Is there any way to detect this during configuration ?



More information about the sudo-workers mailing list