Fix dbus tests.
authorMarcin Niesluchowski <m.niesluchow@samsung.com>
Mon, 10 Feb 2014 15:52:41 +0000 (16:52 +0100)
committerMarcin Niesluchowski <m.niesluchow@samsung.com>
Wed, 12 Mar 2014 10:59:59 +0000 (11:59 +0100)
[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

index a4b9ae0..ea6a8a0 100644 (file)
@@ -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"