Home
last modified time | relevance | path

Searched refs:RESOLVE_BENEATH (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/openat2/
H A Dresolve_test.c136 /** 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 Drename_attack_test.c78 case RESOLVE_BENEATH: in flagname()
79 return "RESOLVE_BENEATH"; in flagname()
153 test_rename_attack(RESOLVE_BENEATH); in main()
H A Dhelpers.h58 #define RESOLVE_BENEATH 0x08 /* Block "lexical" trickery like macro
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/
H A Dresolve_test.c136 /** 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 Drename_attack_test.c78 case RESOLVE_BENEATH: in flagname()
79 return "RESOLVE_BENEATH"; in flagname()
153 test_rename_attack(RESOLVE_BENEATH); in main()
H A Dhelpers.h58 #define RESOLVE_BENEATH 0x08 /* Block "lexical" trickery like macro
H A Dopenat2_test.c220 .how.resolve = RESOLVE_BENEATH | RESOLVE_IN_ROOT, in test_openat2_flags()
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dopenat2.h32 #define RESOLVE_BENEATH 0x08 /* Block "lexical" trickery like macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dopenat2.h32 #define RESOLVE_BENEATH 0x08 /* Block "lexical" trickery like macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dopenat2.h32 #define RESOLVE_BENEATH 0x08 /* Block "lexical" trickery like macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dopenat2.h30 #define RESOLVE_BENEATH 0x08 macro
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dopenat2.h32 #define RESOLVE_BENEATH 0x08 /* Block "lexical" trickery like macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dopenat2.h30 #define RESOLVE_BENEATH 0x08 macro
/kernel/linux/linux-5.10/include/linux/
H A Dfcntl.h22 RESOLVE_BENEATH | RESOLVE_IN_ROOT | RESOLVE_CACHED)
/kernel/linux/linux-6.6/include/linux/
H A Dfcntl.h18 RESOLVE_BENEATH | RESOLVE_IN_ROOT | RESOLVE_CACHED)
/kernel/linux/linux-5.10/fs/
H A Dopen.c1022 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 Dopen.c1247 if ((how->resolve & RESOLVE_BENEATH) && (how->resolve & RESOLVE_IN_ROOT)) in build_open_flags()
1331 if (how->resolve & RESOLVE_BENEATH) in build_open_flags()

Completed in 8 milliseconds