/external/ltp/testcases/kernel/containers/userns/ |
userns07.c | 53 int parentgid; local 68 parentgid = getegid(); 71 updatemap(cpid1, GID_MAP, 0, parentgid, NULL); 92 int parentgid; local 102 parentgid = getegid(); 112 updatemap(cpid1, GID_MAP, 0, parentgid, cleanup);
|
userns02.c | 74 int parentgid; local 91 parentgid = getegid(); 106 sprintf(content, "100 %d 1", parentgid);
|
userns06.c | 44 static int cpid1, parentuid, parentgid; variable 123 parentgid = getegid(); 152 updatemap(cpid1, GID_MAP, CHILD1GID, parentgid, cleanup); 153 updatemap(cpid2, GID_MAP, CHILD2GID, parentgid, cleanup);
|
userns03.c | 62 static int cpid1, parentuid, parentgid; variable 127 if (idinsidens != CHILD2GID || idoutsidens != parentgid) { 176 parentgid = getegid(); 225 updatemap(cpid1, GID_MAP, CHILD1GID, parentgid, cleanup); 226 updatemap(cpid2, GID_MAP, CHILD2GID, parentgid, cleanup);
|