Update libsepol, libsemanage, and policycoreutils ChangeLogs

Signed-off-by: Steve Lawrence <slawrence@tresys.com>
This commit is contained in:
Steve Lawrence 2016-02-17 08:50:46 -05:00
parent 1e979a7a36
commit 9d76b62fa7
3 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
2.5-rc1 2016-01-07
* Do not overwrite CFLAGS in test Makefile, from Nicolas Iooss.
* Fix uninitialized variable in direct_commit and direct_api, from Nicolas Iooss.
* semanage_migrate_store: Load libsepol.so.1 instead of libsepol.so, from Laurent Bigonville.
* Store homedir_template and users_extra in policy store, from Steve Lawrence

View File

@ -1,4 +1,5 @@
2.5-rc1 2016-01-07
* Fix unused variable annotations, from Nicolas Iooss.
* Fix uninitialized variable in CIL, from Nicolas Iooss.
* Validate extended avrules and permissionxs in CIL, from Steve Lawrence.
* Add support in CIL for neverallowx, from Steve Lawrence.

View File

@ -1,4 +1,6 @@
2.5-rc1 2016-01-07
* sepolicy: Do not overwrite CFLAGS, from Nicolas Iooss.
* sepolicy: Rename policy global variable conflict, from Nicolas Iooss.
* newrole: Add missing defined in #if, from Nicolas Iooss.
* newrole: Add description of missing parameter -p in newrole man page, from Lukas Vrabec.
* secon: Add missing descriptions for --*-key params in secon man page, from Lukas Vrabec