Updated libselinux and libsepol ChangeLogs.

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
Stephen Smalley 2016-06-20 16:24:35 -04:00
parent 94df3f7d24
commit 69da2076e5
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
* Modify audit2why analyze function to use loaded policy, from Joshua Brindle.
* Sort object files for deterministic linking order, from Laurent Bigonville.
* Respect CC and PKG_CONFIG environment variable, from Julien Pivotto.
* Avoid mounting /proc outside of selinux_init_load_policy(), from Stephen Smalley.

View file

@ -1,3 +1,4 @@
* Correctly detect unknown classes in sepol_string_to_security_class, from Joshua Brindle.
* Sort object files for deterministic linking order, from Laurent Bigonville.
* Fix neverallowxperm checking on attributes, from Jeff Vander Stoep.
* Remove libsepol.map when cleaning, from Nicolas Iooss.