/kernel/linux/linux-5.10/tools/testing/selftests/openat2/ |
H A D | resolve_test.c | 136 /** RESOLVE_BENEATH **/ in test_openat2_opath_tests() 139 .path = "/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 142 .path = "cheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 145 .path = "abscheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 148 .path = "..", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 151 .path = "../root/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 154 .path = "cheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 157 .path = "abscheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 160 .path = "cheeky/garbageself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 163 .path = "abscheeky/garbageself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() [all...] |
H A D | rename_attack_test.c | 78 case RESOLVE_BENEATH: in flagname() 79 return "RESOLVE_BENEATH"; in flagname() 153 test_rename_attack(RESOLVE_BENEATH); in main()
|
H A D | helpers.h | 58 #define RESOLVE_BENEATH 0x08 /* Block "lexical" trickery like macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/ |
H A D | resolve_test.c | 136 /** RESOLVE_BENEATH **/ in test_openat2_opath_tests() 139 .path = "/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 142 .path = "cheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 145 .path = "abscheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 148 .path = "..", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 151 .path = "../root/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 154 .path = "cheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 157 .path = "abscheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 160 .path = "cheeky/garbageself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 163 .path = "abscheeky/garbageself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() [all...] |
H A D | rename_attack_test.c | 78 case RESOLVE_BENEATH: in flagname() 79 return "RESOLVE_BENEATH"; in flagname() 153 test_rename_attack(RESOLVE_BENEATH); in main()
|
H A D | helpers.h | 58 #define RESOLVE_BENEATH 0x08 /* Block "lexical" trickery like macro
|
H A D | openat2_test.c | 220 .how.resolve = RESOLVE_BENEATH | RESOLVE_IN_ROOT, in test_openat2_flags()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | openat2.h | 32 #define RESOLVE_BENEATH 0x08 /* Block "lexical" trickery like macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | openat2.h | 32 #define RESOLVE_BENEATH 0x08 /* Block "lexical" trickery like macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | openat2.h | 32 #define RESOLVE_BENEATH 0x08 /* Block "lexical" trickery like macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | openat2.h | 30 #define RESOLVE_BENEATH 0x08 macro
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | openat2.h | 32 #define RESOLVE_BENEATH 0x08 /* Block "lexical" trickery like macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | openat2.h | 30 #define RESOLVE_BENEATH 0x08 macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fcntl.h | 22 RESOLVE_BENEATH | RESOLVE_IN_ROOT | RESOLVE_CACHED)
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fcntl.h | 18 RESOLVE_BENEATH | RESOLVE_IN_ROOT | RESOLVE_CACHED)
|
/kernel/linux/linux-5.10/fs/ |
H A D | open.c | 1022 if ((how->resolve & RESOLVE_BENEATH) && (how->resolve & RESOLVE_IN_ROOT)) in build_open_flags() 1098 if (how->resolve & RESOLVE_BENEATH) in build_open_flags()
|
/kernel/linux/linux-6.6/fs/ |
H A D | open.c | 1247 if ((how->resolve & RESOLVE_BENEATH) && (how->resolve & RESOLVE_IN_ROOT)) in build_open_flags() 1331 if (how->resolve & RESOLVE_BENEATH) in build_open_flags()
|