platform_external_selinux/libselinux
William Roberts 3eb91bec55 Makefile: add linker script to minimize exports
Add a linker script that exports only what was previosly exported by
libselinux.

This was checked by generating an old export map (from master):
nm --defined-only -g ./src/libselinux.so | cut -d' ' -f 3-3 | grep -v '^_' > old.map

Then creating a new one for this library after this patch is applied:
nm --defined-only -g ./src/libselinux.so | cut -d' ' -f 3-3 | grep -v '^_' > new.map

And diffing them:
diff old.map new.map

Fixes: #179

Signed-off-by: William Roberts <william.c.roberts@intel.com>
2020-03-05 13:07:34 -06:00
..
include libselinux: deprecate security_compute_user(), update man pages 2020-02-27 17:30:56 +01:00
man libselinux: deprecate security_compute_user(), update man pages 2020-02-27 17:30:56 +01:00
src Makefile: add linker script to minimize exports 2020-03-05 13:07:34 -06:00
utils libselinux: deprecate security_compute_user(), update man pages 2020-02-27 17:30:56 +01:00
LICENSE initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
Makefile libselinux: Add support for pcre2 to pkgconfig definition 2017-10-13 15:24:23 -04:00
VERSION Update VERSIONs to 3.0 for release. 2019-11-28 13:46:48 +01:00