From 173ab210e3f2a776c6de3a31533c6af50a275f57 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 24 Oct 2010 21:43:15 -0400 Subject: Require suid bit on audit objects in privileged programs (cherry picked from commit 8e9f92e9d5d7737afdacf79b76d98c4c42980508) --- include/dlfcn.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/dlfcn.h b/include/dlfcn.h index a67426df3a..af92483f59 100644 --- a/include/dlfcn.h +++ b/include/dlfcn.h @@ -9,6 +9,7 @@ #define __RTLD_OPENEXEC 0x20000000 #define __RTLD_CALLMAP 0x10000000 #define __RTLD_AUDIT 0x08000000 +#define __RTLD_SECURE 0x04000000 /* Apply additional security checks. */ #define __LM_ID_CALLER -2 -- cgit 1.4.1