| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/ |
| H A D | CVE-2019-13636.patch | 8 the O_NOFOLLOW flag to avoid following symlinks. So far, we were only doing 36 + flags |= O_NOFOLLOW; 55 + flags |= O_NOFOLLOW; 83 + from_flags |= O_NOFOLLOW; 93 + to_flags |= O_NOFOLLOW; 106 + to_flags |= O_NOFOLLOW;
|
| /OK3568_Linux_fs/buildroot/package/patch/ |
| H A D | 0005-Don-t-follow-symlinks-unless--follow-symlinks-is-given.patch | 8 the O_NOFOLLOW flag to avoid following symlinks. So far, we were only doing 34 + flags |= O_NOFOLLOW; 53 + flags |= O_NOFOLLOW; 81 + from_flags |= O_NOFOLLOW; 91 + to_flags |= O_NOFOLLOW; 104 + to_flags |= O_NOFOLLOW;
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/ |
| H A D | commonio.c-fix-unexpected-open-failure-in-chroot-env.patch | 33 - | O_NOCTTY | O_NONBLOCK | O_NOFOLLOW); 38 + | O_NOCTTY | O_NONBLOCK | O_NOFOLLOW); 43 + | O_NOCTTY | O_NONBLOCK | O_NOFOLLOW);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/ |
| H A D | resolve_test.c | 366 .path = "/proc/self/exe", .how.flags = O_NOFOLLOW, in test_openat2_opath_tests() 376 .path = "/proc/self/root/etc", .how.flags = O_NOFOLLOW, in test_openat2_opath_tests() 418 .path = "relsym", .how.flags = O_NOFOLLOW, in test_openat2_opath_tests() 422 .path = "abssym", .how.flags = O_NOFOLLOW, in test_openat2_opath_tests() 426 .path = "cheeky/garbagelink", .how.flags = O_NOFOLLOW, in test_openat2_opath_tests() 430 .path = "abscheeky/absself", .how.flags = O_NOFOLLOW, in test_openat2_opath_tests() 434 .path = "abscheeky/garbagelink", .how.flags = O_NOFOLLOW, in test_openat2_opath_tests()
|
| H A D | openat2_test.c | 175 .how.flags = O_PATH | O_NOFOLLOW }, in test_openat2_flags()
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | fcntl.h | 56 #ifndef O_NOFOLLOW 57 #define O_NOFOLLOW 00400000 /* don't follow links */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | fcntl.h | 56 #ifndef O_NOFOLLOW 57 #define O_NOFOLLOW 00400000 /* don't follow links */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | fcntl.h | 56 #ifndef O_NOFOLLOW 57 #define O_NOFOLLOW 00400000 /* don't follow links */ macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | 55 #ifndef O_NOFOLLOW 56 #define O_NOFOLLOW 00400000 /* don't follow links */ macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | fcntl.h | 6 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
|
| /OK3568_Linux_fs/kernel/arch/arm/include/uapi/asm/ |
| H A D | fcntl.h | 6 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/ |
| H A D | fcntl.h | 6 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm/ |
| H A D | fcntl.h | 24 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/uapi/asm/ |
| H A D | fcntl.h | 6 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/uapi/asm/ |
| H A D | fcntl.h | 24 #define O_NOFOLLOW 0100000 /* don't follow links */ macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | fcntl.h | 18 #define O_NOFOLLOW 000000200 /* don't follow links */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | fcntl.h | 14 #define O_NOFOLLOW 0200000 /* don't follow links */ macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fcntl.h | 12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/binderfs/ |
| H A D | binderfs_test.c | 239 setgroups_fd = open(path, O_WRONLY | O_CLOEXEC | O_NOFOLLOW); in write_id_mapping() 264 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOFOLLOW); in write_id_mapping()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | fcntl-linux.h | 143 # define O_NOFOLLOW __O_NOFOLLOW /* Do not follow links. */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | fcntl-linux.h | 143 # define O_NOFOLLOW __O_NOFOLLOW /* Do not follow links. */ macro
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | open.c | 987 #define O_PATH_FLAGS (O_DIRECTORY | O_NOFOLLOW | O_PATH | O_CLOEXEC) 1094 flags |= O_NOFOLLOW; in build_open_flags() 1100 if (!(flags & O_NOFOLLOW)) in build_open_flags()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/ |
| H A D | cgroup_util.c | 398 return open(dir, O_DIRECTORY | O_CLOEXEC | O_NOFOLLOW | O_PATH); in dirfd_open_opath()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfstrace.h | 402 TRACE_DEFINE_ENUM(O_NOFOLLOW); 420 { O_NOFOLLOW, "O_NOFOLLOW" }, \
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ |
| H A D | pyinotify.py | 1042 flags = os.O_WRONLY|os.O_CREAT|os.O_NOFOLLOW|os.O_EXCL 1321 flags = os.O_WRONLY|os.O_CREAT|os.O_NOFOLLOW|os.O_EXCL
|