Searched refs:PR_SET_DUMPABLE (Results 1 – 17 of 17) sorted by relevance
/external/strace/xlat/ |
D | prctl_options.h | 11 #if !(defined(PR_SET_DUMPABLE) || (defined(HAVE_DECL_PR_SET_DUMPABLE) && HAVE_DECL_PR_SET_DUMPABLE)) 12 # define PR_SET_DUMPABLE 4 macro 152 XLAT(PR_SET_DUMPABLE),
|
D | prctl_options.in | 4 PR_SET_DUMPABLE 4
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 11 #define PR_SET_DUMPABLE 4 macro
|
/external/libchrome/sandbox/linux/seccomp-bpf/ |
D | die.cc | 41 Syscall::Call(__NR_prctl, PR_SET_DUMPABLE, (void*)0, (void*)0, (void*)0); in ExitGroup()
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 13 #define PR_SET_DUMPABLE 4 macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 340 internal_prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); in StopTheWorldScope() 346 internal_prctl(PR_SET_DUMPABLE, 0, 0, 0, 0); in ~StopTheWorldScope()
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions.cc | 143 .CASES((PR_GET_NAME, PR_SET_NAME, PR_GET_DUMPABLE, PR_SET_DUMPABLE in RestrictPrctl()
|
D | baseline_policy_unittest.cc | 278 const int prctl_ret = prctl(PR_SET_DUMPABLE, is_dumpable, 0, 0, 0, 0); in BPF_TEST_C()
|
/external/strace/ |
D | prctl.c | 161 case PR_SET_DUMPABLE: in SYS_FUNC()
|
D | ChangeLog-CVS | 488 PR_SET_DUMPABLE, PR_GET_DUMPABLE, PR_SET_KEEPCAPS, PR_GET_KEEPCAPS.
|
/external/google-breakpad/src/client/linux/handler/ |
D | exception_handler.cc | 419 sys_prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); in HandleSignal() 627 sys_prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); in WriteMinidump()
|
/external/libchrome/sandbox/linux/suid/ |
D | sandbox.c | 317 if (prctl(PR_SET_DUMPABLE, 0, 0, 0, 0)) { in DropRoot()
|
/external/openssh/ |
D | ssh-agent.c | 1198 #if defined(HAVE_PRCTL) && defined(PR_SET_DUMPABLE) in main() 1200 prctl(PR_SET_DUMPABLE, 0); in main()
|
D | sftp-server.c | 1590 #if defined(HAVE_PRCTL) && defined(PR_SET_DUMPABLE) in sftp_server_main() 1597 if (prctl(PR_SET_DUMPABLE, 0) != 0) in sftp_server_main()
|
D | ChangeLog | 4990 PR_SET_DUMPABLE, so adjust ifdef; reported by Tom Christensen
|
/external/dnsmasq/src/ |
D | dnsmasq.c | 458 prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); in main()
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 609 #ifndef PR_SET_DUMPABLE 610 #define PR_SET_DUMPABLE 4 macro
|