Updated libselinux and policycoreutils ChangeLogs.

Signed-off-by: James Carter <jwcart2@tycho.nsa.gov>
This commit is contained in:
James Carter 2016-08-11 14:38:52 -04:00
parent e05312831b
commit da3e2f51d9
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
* Add setfiles support to selinux_restorecon(3), from Richard Haines.
* Evaluate inodes in selinux_restorecon(3), from Richard Haines.
* Fix in tree compilation of utils that depend on libsepol, from Laurent Bigonville.
* Change the location of _selinux.so, from Petr Lautrbach.
* Clarify is_selinux_mls_enabled() description, from David King.

View File

@ -1,3 +1,5 @@
* restorecond: Modify to use selinux_restorecon, from Richard Haines.
* setfiles: Modify to use selinux_restorecon, from Richard Haines.
* semanage: fix modify action in node and interface, from Miroslav Vadkerti.
* fixfiles: Pass -n to restorecon for fixfiles check, from Petr Lautrbach.
* sepolicy: Check get_rpm_nvr_list() return value, from Vit Mojzis.