From: Yunhee Seo Date: Fri, 30 May 2025 06:47:51 +0000 (+0900) Subject: dbus policy checking test environment X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fsandbox%2Fyunhee%2Fdbus-policy-checking;p=platform%2Fcore%2Fsystem%2Fdeviced.git dbus policy checking test environment Change-Id: Ib37b482143b95c941ec5f01918b792d136474345 Signed-off-by: Yunhee Seo --- diff --git a/packaging/deviced.spec b/packaging/deviced.spec index cf0bee61..eb5ab606 100644 --- a/packaging/deviced.spec +++ b/packaging/deviced.spec @@ -2,7 +2,7 @@ #Just For debugging %define sdb_prestart off -%define enable_unified_system_service 0 +%define enable_unified_system_service 1 Name: deviced Summary: Deviced diff --git a/src/core/main.c b/src/core/main.c index b235dd33..b08f5dda 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -128,7 +128,7 @@ static int deviced_init(void *data) return 0; } - g_handle = gdbus_get_connection(G_BUS_TYPE_SYSTEM, TRUE); + g_handle = gdbus_get_connection(G_BUS_TYPE_SYSTEM, FALSE); if (!g_handle) _E("Failed to get dbus connection.");