HomeSort by relevance Sort by last modified time
    Searched defs:UID_MAP (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/containers/userns/
userns_helper.h 19 #define UID_MAP 0
50 if (type == UID_MAP)
51 sprintf(path, "/proc/%d/uid_map", cpid);
userns03.c 15 * /proc/PID/uid_map and /proc/PID/gid_map contains three values separated by
57 #define UID_MAP 0
95 SAFE_FILE_SCANF(NULL, "/proc/self/uid_map", "%d %d %d", &idinsidens,
103 printf("child_fn2 checks /proc/cpid2/uid_map:\n");
109 sprintf(cpid1uidpath, "/proc/%d/uid_map", cpid1);
117 printf("child_fn2 checks /proc/cpid1/uid_map:\n");
222 updatemap(cpid1, UID_MAP, CHILD1UID, parentuid, cleanup);
223 updatemap(cpid2, UID_MAP, CHILD2UID, parentuid, cleanup);

Completed in 92 milliseconds