From 542b528703d205ba286fb70b0cd997ae688f0494 Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Tue, 6 Sep 2016 11:13:58 -0400 Subject: [PATCH] Updated checkpolicy and libsepol ChangeLogs Signed-off-by: Stephen Smalley --- checkpolicy/ChangeLog | 1 + libsepol/ChangeLog | 2 ++ 2 files changed, 3 insertions(+) diff --git a/checkpolicy/ChangeLog b/checkpolicy/ChangeLog index f2216ec7..0e132273 100644 --- a/checkpolicy/ChangeLog +++ b/checkpolicy/ChangeLog @@ -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. diff --git a/libsepol/ChangeLog b/libsepol/ChangeLog index 5a1b0233..a6793bc1 100644 --- a/libsepol/ChangeLog +++ b/libsepol/ChangeLog @@ -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.