Updated libselinux and secilc ChangeLog.

Signed-off-by: Steve Lawrence <slawrence@tresys.com>
This commit is contained in:
Steve Lawrence 2015-09-02 16:05:56 -04:00
parent 46f32deae2
commit fbcc08ab2a
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
* Add CIL support for ioctl whitelists, from Steve Lawrence
* Fix memory leak when destroying avtab, from Steve Lawrence
* Replace sscanf in module_to_cil, from Yuli Khodorkovskiy.
* Improve CIL resolution error messages, from Steve Lawrence
* Fix policydb_read for policy versions < 24, from Stephen Smalley.

View File

@ -1,3 +1,4 @@
* Add documentation and examples for extended avrules, from Steve Lawrence
* Added neverallow and bounds checking test policies, from James Carter
* Remove uses of -Wno-return-type, from Dan Albert.