Searched refs:RESOLVE_IN_ROOT (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/testing/selftests/openat2/ |
H A D | resolve_test.c | 213 .path = "/", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests() 216 .path = "cheeky/absself", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests() 219 .path = "abscheeky/absself", .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() 231 .path = "cheeky/garbageself", .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests() 234 .path = "abscheeky/garbageself", .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() [all …]
|
H A D | helpers.h | 50 #ifndef RESOLVE_IN_ROOT 61 #define RESOLVE_IN_ROOT 0x10 /* Make all jumps to "/" and ".." macro
|
H A D | rename_attack_test.c | 76 case RESOLVE_IN_ROOT: in flagname() 154 test_rename_attack(RESOLVE_IN_ROOT); in main()
|
H A D | openat2_test.c | 221 .how.resolve = RESOLVE_BENEATH | RESOLVE_IN_ROOT, in test_openat2_flags()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | openat2.h | 35 #define RESOLVE_IN_ROOT 0x10 /* Make all jumps to "/" and ".." macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | openat2.h | 35 #define RESOLVE_IN_ROOT 0x10 /* Make all jumps to "/" and ".." macro
|
/openbmc/linux/include/linux/ |
H A D | fcntl.h | 18 RESOLVE_BENEATH | RESOLVE_IN_ROOT | RESOLVE_CACHED)
|
/openbmc/linux/fs/ |
H A D | open.c | 1247 if ((how->resolve & RESOLVE_BENEATH) && (how->resolve & RESOLVE_IN_ROOT)) in build_open_flags() 1333 if (how->resolve & RESOLVE_IN_ROOT) in build_open_flags()
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 1121 FLAG_GENERIC(RESOLVE_IN_ROOT),
|