Home
last modified time | relevance | path

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

12345678910>>...114

/dports/mail/dovecot/dovecot-2.3.17/m4/
H A Dpr_set_dumpable.m42 AC_CACHE_CHECK([whether PR_SET_DUMPABLE exists],i_cv_have_pr_set_dumpable,[
6 prctl(PR_SET_DUMPABLE, 1, 0, 0, 0);
14 AC_DEFINE(HAVE_PR_SET_DUMPABLE,, [Define if you have prctl(PR_SET_DUMPABLE)])
/dports/games/openlierox/OpenLieroX/libs/coredumper/src/
H A Dthread_lister.c37 #define PR_SET_DUMPABLE 0 macro
61 prctl(PR_SET_DUMPABLE, 1); in ListAllProcessThreads()
67 prctl(PR_SET_DUMPABLE, 0); in ListAllProcessThreads()
/dports/devel/aegis/aegis-4.25.D510/libaegis/os/
H A Dbecome.cc86 prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); in os_setgid()
244 prctl (PR_SET_DUMPABLE, 1, 0, 0, 0); in os_become_init()
340 prctl (PR_SET_DUMPABLE, 1, 0, 0, 0); in os_become()
378 prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); in os_become_undo_atexit()
411 prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); in os_become_undo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/linux/
H A Dscoped_pr_set_dumpable.cc29 result = prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); in ScopedPrSetDumpable()
36 int result = prctl(PR_SET_DUMPABLE, 0, 0, 0, 0); in ~ScopedPrSetDumpable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/linux/
H A Dscoped_pr_set_dumpable.cc29 result = prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); in ScopedPrSetDumpable()
36 int result = prctl(PR_SET_DUMPABLE, 0, 0, 0, 0); in ~ScopedPrSetDumpable()
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/coredumper/src/
H A Dthread_lister.c55 if (!dumpable) prctl(PR_SET_DUMPABLE, 1); in ListAllProcessThreads()
60 if (!dumpable) prctl(PR_SET_DUMPABLE, 0); in ListAllProcessThreads()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/coredumper/src/
H A Dthread_lister.c55 if (!dumpable) prctl(PR_SET_DUMPABLE, 1); in ListAllProcessThreads()
60 if (!dumpable) prctl(PR_SET_DUMPABLE, 0); in ListAllProcessThreads()
/dports/databases/percona57-client/percona-server-5.7.36-39/extra/coredumper/src/
H A Dthread_lister.c55 if (!dumpable) prctl(PR_SET_DUMPABLE, 1); in ListAllProcessThreads()
60 if (!dumpable) prctl(PR_SET_DUMPABLE, 0); in ListAllProcessThreads()
/dports/security/openssh-portable/openssh-8.8p1/
H A Dplatform-tracing.c51 #if defined(HAVE_PRCTL) && defined(PR_SET_DUMPABLE) in platform_disable_tracing()
53 if (prctl(PR_SET_DUMPABLE, 0) != 0 && strict) in platform_disable_tracing()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/nonsfi/
H A Dprctl_test.cc26 int rc = prctl(PR_SET_DUMPABLE, 0); in TestPRDumpable()
30 rc = prctl(PR_SET_DUMPABLE, 1); in TestPRDumpable()
/dports/devel/google-perftools/gperftools-2.9.1/src/base/
H A Dthread_lister.c67 prctl(PR_SET_DUMPABLE, 1); in TCMalloc_ListAllProcessThreads()
75 prctl(PR_SET_DUMPABLE, 0); in TCMalloc_ListAllProcessThreads()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/base/
H A Dthread_lister.c66 prctl(PR_SET_DUMPABLE, 1); in TCMalloc_ListAllProcessThreads()
74 prctl(PR_SET_DUMPABLE, 0); in TCMalloc_ListAllProcessThreads()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/base/
H A Dthread_lister.c66 prctl(PR_SET_DUMPABLE, 1); in TCMalloc_ListAllProcessThreads()
74 prctl(PR_SET_DUMPABLE, 0); in TCMalloc_ListAllProcessThreads()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/gperftools-2.5/src/base/
H A Dthread_lister.c66 prctl(PR_SET_DUMPABLE, 1); in TCMalloc_ListAllProcessThreads()
74 prctl(PR_SET_DUMPABLE, 0); in TCMalloc_ListAllProcessThreads()
/dports/devel/dbus/dbus-1.12.20/test/
H A Dtest-segfault.c57 #if defined(HAVE_PRCTL) && defined(PR_SET_DUMPABLE) in main()
63 prctl (PR_SET_DUMPABLE, 0, 0, 0, 0); in main()
/dports/security/lastpass-cli/lastpass-cli-1.3.3/
H A Dprocess.c62 #undef PR_SET_DUMPABLE
63 #define PR_SET_DUMPABLE 0 macro
160 prctl(PR_SET_DUMPABLE, 0); in process_disable_ptrace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wayland/src/tests/
H A Dtest-helpers.c135 #if defined(HAVE_PRCTL) && defined(PR_SET_DUMPABLE) in test_disable_coredumps()
136 prctl(PR_SET_DUMPABLE, 0, 0, 0, 0); in test_disable_coredumps()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/td/utils/port/
H A Dstacktrace.cpp68 #if defined(PR_SET_DUMPABLE) in print_backtrace_gdb()
69 if (prctl(PR_SET_DUMPABLE, 1, 0, 0, 0) < 0) { in print_backtrace_gdb()
/dports/www/htdigest/httpd-2.4.6/modules/arch/unix/
H A Dmod_unixd.c189 #if defined(HAVE_PRCTL) && defined(PR_SET_DUMPABLE) in unixd_drop_privileges()
192 if (prctl(PR_SET_DUMPABLE, 1)) { in unixd_drop_privileges()
362 #if defined(HAVE_PRCTL) && defined(PR_SET_DUMPABLE) in ap_unixd_setup_child()
365 if (prctl(PR_SET_DUMPABLE, 1)) { in ap_unixd_setup_child()
/dports/www/apache24/httpd-2.4.53/modules/arch/unix/
H A Dmod_unixd.c189 #if defined(HAVE_PRCTL) && defined(PR_SET_DUMPABLE) in unixd_drop_privileges()
192 if (prctl(PR_SET_DUMPABLE, 1)) { in unixd_drop_privileges()
369 #if defined(HAVE_PRCTL) && defined(PR_SET_DUMPABLE) in ap_unixd_setup_child()
372 if (prctl(PR_SET_DUMPABLE, 1)) { in ap_unixd_setup_child()
/dports/security/tor/tor-0.4.6.8/src/lib/process/
H A Drestrict.c50 && defined(HAVE_PRCTL) && defined(PR_SET_DUMPABLE) in tor_disable_debugger_attach()
52 r = prctl(PR_SET_DUMPABLE, 0); in tor_disable_debugger_attach()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/process/
H A Drestrict.c50 && defined(HAVE_PRCTL) && defined(PR_SET_DUMPABLE) in tor_disable_debugger_attach()
52 r = prctl(PR_SET_DUMPABLE, 0); in tor_disable_debugger_attach()
/dports/net/samba412/samba-4.12.15/source3/lib/
H A Ddumpcore.c325 #if defined(HAVE_PRCTL) && defined(PR_SET_DUMPABLE) in dump_core()
330 prctl(PR_SET_DUMPABLE, 1); in dump_core()
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/clplumbing/
H A Dcoredumps.c286 #if defined(PR_SET_DUMPABLE) in cl_untaint_coredumps()
287 prctl(PR_SET_DUMPABLE, (unsigned long)TRUE, 0UL, 0UL, 0UL); in cl_untaint_coredumps()
/dports/security/plasma5-kscreenlocker/kscreenlocker-5.23.5/greeter/
H A Dmain.cpp75 prctl(PR_SET_DUMPABLE, 0); in main()
155 prctl(PR_SET_DUMPABLE, 1); in main()

12345678910>>...114