From 4d0d9c7004eece16f57bd794852cf721158e06e7 Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Wed, 6 May 2015 11:59:18 -0400 Subject: [PATCH] Update libselinux ChangeLog. Signed-off-by: Stephen Smalley --- libselinux/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/libselinux/ChangeLog b/libselinux/ChangeLog index 14634614..026272f1 100644 --- a/libselinux/ChangeLog +++ b/libselinux/ChangeLog @@ -1,3 +1,4 @@ + * Add selabel partial and best match APIs, from Richard Haines. * Use os.walk() instead of the deprecated os.path.walk(), from Petr Lautrbach & Miro HronĨok * is_selinux_enabled(): drop no-policy-loaded test, from Stephen Smalley.