No description
861b42a2d8
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 |
||
---|---|---|
libc | ||
libdl | ||
libm | ||
libstdc++ | ||
libthread_db | ||
linker | ||
.gitignore | ||
Android.mk | ||
CleanSpec.mk | ||
MAINTAINERS | ||
ThirdPartyProject.prop |