Searched refs:RESOLVE_IN_ROOT (Results 1 – 4 of 4) sorted by relevance
| /tools/testing/selftests/openat2/ |
| A D | resolve_test.c | 213 .path = "/", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests() 222 .path = "..", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests() 225 .path = "../root/", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests() 228 .path = "cheeky/self", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests() 237 .path = "root", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests() 240 .path = "etc", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests() 246 .path = "relsym", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests() 255 .path = "abssym", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests() 288 .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests() 293 .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests() [all …]
|
| A D | helpers.h | 50 #ifndef RESOLVE_IN_ROOT 61 #define RESOLVE_IN_ROOT 0x10 /* Make all jumps to "/" and ".." macro
|
| A D | rename_attack_test.c | 76 case RESOLVE_IN_ROOT: in flagname() 154 test_rename_attack(RESOLVE_IN_ROOT); in main()
|
| A D | openat2_test.c | 221 .how.resolve = RESOLVE_BENEATH | RESOLVE_IN_ROOT, in test_openat2_flags()
|
Completed in 6 milliseconds