From a8cdd63d568a0e302ff96c4a40363af04ad78baf Mon Sep 17 00:00:00 2001 From: guoshichao Date: Tue, 3 Dec 2024 10:24:52 +0800 Subject: [PATCH] proctl: add PR_SET_DUMPABLE support Signed-off-by: guoshichao --- include/sys/prctl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/sys/prctl.h b/include/sys/prctl.h index d9f75f7ca8..aea419244f 100644 --- a/include/sys/prctl.h +++ b/include/sys/prctl.h @@ -76,6 +76,9 @@ #define PR_SET_NAME_EXT 3 #define PR_GET_NAME_EXT 4 +#define PR_SET_DUMPABLE 5 +#define PR_GET_DUMPABLE 6 + /**************************************************************************** * Public Type Definitions ****************************************************************************/