From 8282ec48d2a63810cde2ce3d0d66feb1cb0ae50d Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Mon, 15 Jun 2015 09:23:20 -0400 Subject: [PATCH] Update checkpolicy and libsepol ChangeLogs. Signed-off-by: Stephen Smalley --- checkpolicy/ChangeLog | 1 + libsepol/ChangeLog | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/checkpolicy/ChangeLog b/checkpolicy/ChangeLog index eb56973f..d7e9fa98 100644 --- a/checkpolicy/ChangeLog +++ b/checkpolicy/ChangeLog @@ -1,3 +1,4 @@ + * switch operations to extended perms, from Jeff Vander Stoep. * policy_define.c: fix compiler warnings, from Nick Kralevich. * Remove uses of -Wno-return-type, from Dan Albert. * Fix -Wreturn-type issues, from Dan Albert. diff --git a/libsepol/ChangeLog b/libsepol/ChangeLog index 26b99dc7..cb1c2a2e 100644 --- a/libsepol/ChangeLog +++ b/libsepol/ChangeLog @@ -1,8 +1,9 @@ + * switch operations to extended perms, from Jeff Vander Stoep. * Write auditadm_r and secadm_r roles to base module when writing CIL, from Steve Lawrence * Fix module to CIL to only associate declared roleattributes with in-scope types, from Steve Lawrence * Don't allow categories/sensitivities inside blocks in CIL, from Yuli Khodorkovskiy. * Replace fmemopen() with internal function in libsepol, from James Carter. - * Verify users prior to evaluating users in cil, from Yuli Khodorkovskiy. + * Verify users prior to evaluating users in cil, from Yuli Khodorkovskiy. * Binary modules do not support ioctl rules, from Stephen Smalley. * Add support for ioctl command whitelisting, from Jeff Vander Stoep. * Don't use symbol versioning for static object files, from Yuli Khodorkovskiy.