From 0079008a54b18f2599d199bba03502ceede7d694 Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Fri, 10 Jul 2015 12:31:08 -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 c0ca343a..3746b8f4 100644 --- a/libselinux/ChangeLog +++ b/libselinux/ChangeLog @@ -1,3 +1,4 @@ + * Add const to selinux_opt for label backends, from Richard Haines. * Fix binary file labels for regexes with metachars, from Richard Haines. * Fix file labels for regexes with metachars, from Jeff Vander Stoep. * Fix if file_contexts not '\n' terminated, from Richard Haines.