diff options
author | Andreas Schwab <schwab@redhat.com> | 2010-10-24 21:43:15 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-10-24 21:43:15 -0400 |
commit | 8e9f92e9d5d7737afdacf79b76d98c4c42980508 (patch) | |
tree | e32d3fc076f96d6b6ee06e2a43bc0ff9e408a2a5 /include | |
parent | bc96fbda275c305ddc1b0b6d94fc68d81369221a (diff) | |
download | glibc-8e9f92e9d5d7737afdacf79b76d98c4c42980508.tar.gz glibc-8e9f92e9d5d7737afdacf79b76d98c4c42980508.tar.xz glibc-8e9f92e9d5d7737afdacf79b76d98c4c42980508.zip |
Require suid bit on audit objects in privileged programs
Diffstat (limited to 'include')
-rw-r--r-- | include/dlfcn.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |