Home
last modified time | relevance | path

Searched refs:PR_SET_DUMPABLE (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/squid/files/
H A D0001-tools.cc-fixed-unused-result-warning.patch33 #if HAVE_PRCTL && defined(PR_SET_DUMPABLE)
/OK3568_Linux_fs/kernel/Documentation/admin-guide/LSM/
H A DYama.rst30 For a solution, some applications use ``prctl(PR_SET_DUMPABLE, ...)`` to
55 ``prctl(PR_SET_DUMPABLE...)`` already). Similarly, ``PTRACE_TRACEME`` is
/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/linux/
H A Dprctl.h14 #define PR_SET_DUMPABLE 4 macro
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dprctl.c67 [PR_SET_DUMPABLE] = all_but2, in syscall_arg__scnprintf_prctl_option()
/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/linux/
H A Dprctl.h14 #define PR_SET_DUMPABLE 4 macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dprctl.h14 #define PR_SET_DUMPABLE 4 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dprctl.h14 #define PR_SET_DUMPABLE 4 macro
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/
H A D0005-breakpad-Fix-build-with-musl.patch35 sys_prctl(PR_SET_DUMPABLE, 1, 0, 0, 0);
/OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c70 ret = prctl(PR_SET_DUMPABLE, 0); in __child()
/OK3568_Linux_fs/kernel/tools/testing/selftests/safesetid/
H A Dsafesetid-test.c305 if (prctl(PR_SET_DUMPABLE, 1, 0, 0, 0)) in main()
/OK3568_Linux_fs/buildroot/package/nginx/
H A D0003-auto-set-ngx_feature_run_force_result-for-each-featu.patch138 ngx_feature="prctl(PR_SET_DUMPABLE)"
/OK3568_Linux_fs/kernel/kernel/
H A Dsys.c2459 case PR_SET_DUMPABLE: in SYSCALL_DEFINE5()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dkernel.rst162 %d dump mode, matches ``PR_SET_DUMPABLE`` and