From a24fc044f4ddd7d8679f2219454d103036d312ef Mon Sep 17 00:00:00 2001 From: James Carter Date: Fri, 29 May 2015 09:54:15 -0400 Subject: [PATCH] Update libsepol ChangeLog. Signed-off-by: James Carter --- libsepol/ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libsepol/ChangeLog b/libsepol/ChangeLog index be21dd04..26b99dc7 100644 --- a/libsepol/ChangeLog +++ b/libsepol/ChangeLog @@ -1,4 +1,6 @@ - * libsepol/cil: Do not allow categories/sensitivities inside blocks, from Yuli Khodorkovskiy. + * 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. * Binary modules do not support ioctl rules, from Stephen Smalley.