HomeSort by relevance Sort by last modified time
    Searched refs:parentgid (Results 1 - 4 of 4) sorted by null

  /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 63 static int cpid1, parentuid, parentgid; variable
128 if (idinsidens != CHILD2GID || idoutsidens != parentgid) {
177 parentgid = getegid();
226 updatemap(cpid1, GID_MAP, CHILD1GID, parentgid, cleanup);
227 updatemap(cpid2, GID_MAP, CHILD2GID, parentgid, cleanup);

Completed in 296 milliseconds