I've reworked the test program as follows:
#include
#include
#include
#define NGROUPS 32
void call() {
gid_t groups[NGROUPS];
int ngroups = getgroups(NGROUPS, groups), i;
printf("gid = %d egid = %d groups =", (int) getgid(), (int)
ge
Hi Michael,
I'm not sure I understand what the problem is.
In normal situations setgid() is called first - that changes the
process's real+effective group ID - then initgroups() may be used
afterward to add any additional groups the user is a member of.
If used in that order, your testcase seems
On 25/01/13 19:47, Steven Chamberlain wrote:
> On 25/01/13 07:05, Paul Wise wrote:
>> When I manually entered http.debian.net, it decided that the mirror was
>> bad and forced me to enter another mirror. The installer logs indicate
>> it couldn't find Suite|Codename in the Release file, trying the
3 matches
Mail list logo