From 8e9f92e9d5d7737afdacf79b76d98c4c42980508 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 --- include/dlfcn.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/dlfcn.h b/include/dlfcn.h index a67426d..af92483 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 v1.1