From 98b4d2f8df1ac58eedd953177717c27e6e6f7cae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oskar=20=C5=9Awitalski?= Date: Wed, 29 Jun 2016 09:41:53 +0200 Subject: [PATCH] Fix return type in setup_smack function MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I52c8390beb6264ae0fddfcf3e02062fbafaed7b7 Signed-off-by: Oskar Świtalski --- src/client/client-security-manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/client-security-manager.cpp b/src/client/client-security-manager.cpp index 97d8854..fb3d7b9 100644 --- a/src/client/client-security-manager.cpp +++ b/src/client/client-security-manager.cpp @@ -342,7 +342,7 @@ int security_manager_get_app_pkgid(char **pkg_name, const char *app_name) }); } -static bool setup_smack(const char *label) +static int setup_smack(const char *label) { /* Here we also should change open socket labels for future process identification. However, since Smack support for "dyntransition"-like feature will be enabled soon, -- 2.7.4