Searched refs:UID_MAP (Results 1 - 7 of 7) sorted by relevance
/third_party/ltp/testcases/kernel/containers/userns/ |
H A D | common.h | 12 #define UID_MAP 0 macro 22 case UID_MAP: in updatemap()
|
H A D | userns03.c | 43 #define UID_MAP 0 macro 172 updatemap(cpid1, UID_MAP, CHILD1UID, parentuid); in run() 173 updatemap(cpid2, UID_MAP, CHILD2UID, parentuid); in run()
|
H A D | userns_helper.h | 19 #define UID_MAP 0 macro 50 if (type == UID_MAP) in updatemap()
|
H A D | userns07.c | 49 updatemap(cpid, UID_MAP, 0, parentuid); in child_fn1() 82 updatemap(cpid, UID_MAP, 0, parentuid); in run()
|
H A D | userns06.c | 105 updatemap(cpid1, UID_MAP, CHILD1UID, parentuid); in run() 106 updatemap(cpid2, UID_MAP, CHILD2UID, parentuid); in run()
|
/third_party/ltp/testcases/kernel/syscalls/getxattr/ |
H A D | getxattr05.c | 41 #define UID_MAP "/proc/self/uid_map" macro 102 SAFE_ACCESS(UID_MAP, F_OK); in do_unshare() 104 SAFE_FILE_PRINTF(UID_MAP, "%d %d %d", 0, 0, 1); in do_unshare()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify17.c | 35 #define UID_MAP "/proc/self/uid_map" macro 161 SAFE_ACCESS(UID_MAP, F_OK); in do_unshare() 163 SAFE_FILE_PRINTF(UID_MAP, "%d %d %d", 0, 0, 1); in do_unshare()
|
Completed in 3 milliseconds