diff options
author | Andreas Schwab <schwab@redhat.com> | 2010-10-24 21:43:15 -0400 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2010-10-26 15:18:07 +0200 |
commit | 173ab210e3f2a776c6de3a31533c6af50a275f57 (patch) | |
tree | 8a2697077862952c499ce76292565e6816df9300 /include | |
parent | 9f51ea274f3166989a24629ef43c3d1b273ac56a (diff) | |
download | glibc-173ab210e3f2a776c6de3a31533c6af50a275f57.tar.gz glibc-173ab210e3f2a776c6de3a31533c6af50a275f57.tar.xz glibc-173ab210e3f2a776c6de3a31533c6af50a275f57.zip |
Require suid bit on audit objects in privileged programs
(cherry picked from commit 8e9f92e9d5d7737afdacf79b76d98c4c42980508)
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 |