Update libselinux and policycoreutils ChangeLogs.

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
Stephen Smalley 2015-02-13 10:46:45 -05:00
parent 914e591c41
commit d8b2a0ab50
2 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
* Fix audit2why error handling if SELinux is disabled, from Stephen Smalley.
* pcre_study can return NULL without error, from Stephen Smalley.
* Android property backend validation support, from Robert Craig.
* Only check SELinux enabled status once in selinux_check_access, from Stephen Smalley.

View file

@ -1,3 +1,5 @@
* Fixed typo/grammatical error, from Christopher Peterson.
2.4 2015-02-02
* Fix bugs found by hardened gcc flags, from Nicolas Iooss.
* Improve support for building with different versions of python from