commit | e31efd69c5f97d886550ed5970d860b82f705c7b | [log] [tgz] |
---|---|---|
author | Nick Kralevich <[email protected]> | Tue Jan 17 17:50:23 2017 -0800 |
committer | Nick Kralevich <[email protected]> | Wed Jan 18 09:11:13 2017 -0800 |
tree | b15d2eca16102cf6c84124a43d57fac11fac8f55 | |
parent | 9abe34200e4ea835b228f564acbcf84dcaf98d7a [diff] |
libselinux: be strict about what symbols we export Make sure shared libraries we create export only the minimum number of symbols, and not a bit more. We want to be careful what SELinux APIs we (directly or indirectly) expose to other processes. Test: Android compiles. Link time restrictions only. Change-Id: Ia6d1788cd944b46f1e97f621f4466fb8ada29191