No description
Find a file
Stephen Smalley 861b42a2d8 Use the AT_SECURE auxv flag to determine whether to enable secure mode.
The Linux kernel provides an AT_SECURE auxv flag to inform userspace
whether or not a security transition has occurred.  This is more reliable
than directly checking the uid/gid against the euid/egid, because it covers
not only setuid/setgid but also file capabilities, SELinux, and AppArmor
security transitions.  It is also a more efficient test since it does
not require any additional system calls.

Change-Id: I9752a4f6da452273258d2876d13b05e402fb0409
2012-01-20 13:35:57 -05:00
libc res_send: Avoid spurious close()s and (rare) failure 2012-01-14 11:30:00 +08:00
libdl fix prototype of dladdr 2011-09-28 12:17:34 -07:00
libm am 32ca348e: am ce0d646c: resolved conflicts for merge of 6cda7b62 to gingerbread-plus-aosp 2011-09-29 21:09:08 -07:00
libstdc++ libstdc++: make operator new call abort on failure. 2011-06-14 21:58:55 +02:00
libthread_db bionic, libthread_db x86 fixes 2011-07-07 22:46:16 +02:00
linker Use the AT_SECURE auxv flag to determine whether to enable secure mode. 2012-01-20 13:35:57 -05:00
.gitignore Merge memory checking functionality from sandbox 2010-02-16 11:43:18 -08:00
Android.mk Remove the simulator target from all makefiles. 2011-07-11 22:11:41 -07:00
CleanSpec.mk Add an empty CleanSpec.mk 2010-03-08 18:04:02 -08:00
MAINTAINERS added and modified libm to support SuperH architecture 2009-08-31 16:25:42 +09:00
ThirdPartyProject.prop add meta-files about 3rd party projects 2010-07-16 11:41:33 -07:00