Home
last modified time | relevance | path

Searched refs:RESOLVE_BENEATH (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/openat2/
A Dresolve_test.c139 .path = "/", .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()
167 .path = "root", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
170 .path = "etc", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
173 .path = "etc/passwd", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
176 .path = "relsym", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
179 .path = "cheeky/passwd", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
185 .path = "abssym", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests()
[all …]
A Drename_attack_test.c78 case RESOLVE_BENEATH: in flagname()
153 test_rename_attack(RESOLVE_BENEATH); in main()
A Dhelpers.h58 #define RESOLVE_BENEATH 0x08 /* Block "lexical" trickery like macro
A Dopenat2_test.c220 .how.resolve = RESOLVE_BENEATH | RESOLVE_IN_ROOT, in test_openat2_flags()
/linux-6.3-rc2/include/uapi/linux/
A Dopenat2.h32 #define RESOLVE_BENEATH 0x08 /* Block "lexical" trickery like macro
/linux-6.3-rc2/tools/include/uapi/linux/
A Dopenat2.h32 #define RESOLVE_BENEATH 0x08 /* Block "lexical" trickery like macro
/linux-6.3-rc2/include/linux/
A Dfcntl.h18 RESOLVE_BENEATH | RESOLVE_IN_ROOT | RESOLVE_CACHED)
/linux-6.3-rc2/fs/
A Dopen.c1184 if ((how->resolve & RESOLVE_BENEATH) && (how->resolve & RESOLVE_IN_ROOT)) in build_open_flags()
1260 if (how->resolve & RESOLVE_BENEATH) in build_open_flags()

Completed in 13 milliseconds