From 59550c077c1fe18464bc6b7d29157e830ed6429a Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Tue, 22 Sep 2015 10:54:10 -0400 Subject: [PATCH] Updated libsepol and checkpolicy ChangeLogs. Signed-off-by: Stephen Smalley --- checkpolicy/ChangeLog | 1 + libsepol/ChangeLog | 1 + 2 files changed, 2 insertions(+) diff --git a/checkpolicy/ChangeLog b/checkpolicy/ChangeLog index 9dfd82b7..1062cb0d 100644 --- a/checkpolicy/ChangeLog +++ b/checkpolicy/ChangeLog @@ -1,3 +1,4 @@ + * Add neverallow support for ioctl extended permissions, from Jeff Vander Stoep. * fix double free on name-based type transitions, from Stephen Smalley. * switch operations to extended perms, from Jeff Vander Stoep. * policy_define.c: fix compiler warnings, from Nick Kralevich. diff --git a/libsepol/ChangeLog b/libsepol/ChangeLog index d7054789..c5c97f25 100644 --- a/libsepol/ChangeLog +++ b/libsepol/ChangeLog @@ -1,3 +1,4 @@ + * Add neverallow support for ioctl extended permissions, from Jeff Vander Stoep. * Improve CIL block and macro call recursion detection, from Steve Lawrence * Fix CIL uninitialized false positive in cil_binary, from Yuli Khodorkovskiy * Provide error in CIL if classperms are empty, from Yuli Khodorkovskiy