Updated libsemanage and policycoreutils ChangeLogs.

Signed-off-by: James Carter <jwcart2@tycho.nsa.gov>
This commit is contained in:
James Carter 2015-08-06 11:01:03 -04:00
parent 65c6325271
commit 774f859bce
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
* Fix null pointer dereference in semanage_module_key_destroy, from Yuli Khodorkovskiy.
* Add semanage_module_extract() to extract a module as CIL or HLL, from Yuli Khodorkovskiy.
* semanage_migrate_store: add -r <root> option for migrating inside chroots, from Petr Lautrbach.
* Add file_contexts and seusers to the store, from Yuli Khodorkovskiy.
* Add policy binary and file_contexts.local to the store, from Yuli Khodorkovskiy.

View File

@ -1,3 +1,4 @@
* semodule: Add --extract/-E, --cil/-c, and --hll/-H to extract modules, from Yuli Khodorkovskiy.
* audit2allow: Comment constraint rules in output, from Miroslav Grepl via Petr Lautrbach.
* Fix PEP8 issues, from Jason Zaman.
* semanage: fix moduleRecords deleteall method, from Stephen Smalley.