Updated checkpolicy and libsepol ChangeLogs

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
Stephen Smalley 2016-09-06 11:13:58 -04:00
parent 2489b50a91
commit 542b528703
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
* Add types associated to a role in the current scope when parsing, from Nicolas Iooss.
* Extend checkpolicy pathname matching, from Stephen Smalley.
* Fix typos in test/dispol, from Petr Lautrbach.
* Set flex as default lexer, from Julien Pivotto.

View File

@ -1,3 +1,5 @@
* make "make test" fail when a CUnit test fails, from Nicolas Iooss.
* tests: fix g_b_role_2 test, from Nicolas Iooss.
* Change which attributes CIL keeps in the binary policy, from James Carter.
* Port str_read() from kernel and remove multiple occurances of similar code, from William Roberts.
* Use calloc instead of malloc for all the *_to_val_structs, from William Roberts.