Update libsepol, libsemanage, policycoreutils, and sepolgen ChangeLogs

Signed-off-by: Steve Lawrence <slawrence@tresys.com>
This commit is contained in:
Steve Lawrence 2016-02-01 08:38:55 -05:00
parent d1b49d833e
commit e97d3eca99
4 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,5 @@
2.5-rc1 2016-01-07
* 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
* Fix null pointer dereference in semanage_module_key_destroy, from Yuli Khodorkovskiy.

View File

@ -1,4 +1,5 @@
2.5-rc1 2016-01-07
* 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.
* Fully expand neverallowxperm rules, from Richard Haines.

View File

@ -1,4 +1,5 @@
2.5-rc1 2016-01-07
* 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
* semanage: List reserve_port_t in semanage port -l, from Petr Lautrbach.

View File

@ -1,4 +1,6 @@
1.2.3-rc1 2016-01-07
* Support latest refpolicy interfaces, from Nicolas Iooss.
* Make sepolgen-ifgen output deterministic with Python>=3.3, from Nicolas Iooss.
* Use key function in sort(), from Petr Lautrbach.
* Reset line numbers when parsing files, from Nicolas Iooss.
* Convert cmp functions to key functions, from Robert Kuska.