From b2568a985c70a097c0b1ce562e4ad9ee21b0b674 Mon Sep 17 00:00:00 2001 From: Marcin Niesluchowski Date: Mon, 10 Feb 2014 16:52:41 +0100 Subject: [PATCH] Fix dbus tests. [Issue#] PSDAC-50 [Bug/Feature] Dbus tests fail. [Cause] Wrong smack access format. [Solution] Chaning smack access. [Verification] Build, install, run. All dbus tests should pass. Change-Id: Id4ccc05a005a6703dea62dee2f12cc0d64975d01 --- tests/security-server-tests/security_server_tests_dbus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/security-server-tests/security_server_tests_dbus.cpp b/tests/security-server-tests/security_server_tests_dbus.cpp index a4b9ae0..ea6a8a0 100644 --- a/tests/security-server-tests/security_server_tests_dbus.cpp +++ b/tests/security-server-tests/security_server_tests_dbus.cpp @@ -13,7 +13,7 @@ #include "privilege-control.h" #define API_DATA_SHARE "security-server::api-data-share" -#define API_FREE_ACCESS "*" +#define API_FREE_ACCESS "------" #define DBUS_SERVER_NAME "test.method.server" #define DBUS_SERVER_OBJECT "/test/method/server/Object" -- 2.7.4