Fix return type in setup_smack function 16/77316/2
authorOskar Świtalski <o.switalski@samsung.com>
Wed, 29 Jun 2016 07:41:53 +0000 (09:41 +0200)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Fri, 1 Jul 2016 10:01:57 +0000 (03:01 -0700)
Change-Id: I52c8390beb6264ae0fddfcf3e02062fbafaed7b7
Signed-off-by: Oskar Świtalski <o.switalski@samsung.com>
src/client/client-security-manager.cpp

index 97d8854..fb3d7b9 100644 (file)
@@ -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,