Updated libsepol and secilc ChangeLogs

Signed-off-by: James Carter <jwcart2@tycho.nsa.gov>
This commit is contained in:
James Carter 2015-12-02 15:18:25 -05:00
parent 0013416550
commit a2a3c6d03f
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
* Add support in CIL for neverallowx, from Steve Lawrence.
* Fully expand neverallowxperm rules, from Richard Haines.
* Add support for unordered classes to CIL, from Yuli Khodorkovskiy.
* Add neverallow support for ioctl extended permissions, from Jeff Vander Stoep.

View File

@ -1,3 +1,4 @@
* Add documentation for neverallowx rules, from Steve Lawrence
* 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.