From a736d9d070ed8b196407b1a8ee7b436a57eecbce Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Thu, 28 Jul 2016 10:52:34 -0400 Subject: [PATCH] Updated libsepol ChangeLog. Signed-off-by: Stephen Smalley --- libsepol/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/libsepol/ChangeLog b/libsepol/ChangeLog index 74efbee0..b45f3ad7 100644 --- a/libsepol/ChangeLog +++ b/libsepol/ChangeLog @@ -1,3 +1,4 @@ + * Warn instead of fail if permission is not resolved, from James Carter. * Ignore object_r when adding userrole mappings to policydb, from Steve Lawrence. * Add missing return to sepol_node_query(), from Petr Lautrbach. * Add missing include, from Thomas Petazzoni.