dbus policy checking test environment sandbox/yunhee/dbus-policy-checking
authorYunhee Seo <yuni.seo@samsung.com>
Fri, 30 May 2025 06:47:51 +0000 (15:47 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Fri, 30 May 2025 06:47:51 +0000 (15:47 +0900)
Change-Id: Ib37b482143b95c941ec5f01918b792d136474345
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
packaging/deviced.spec
src/core/main.c

index cf0bee61f00454205b928b4c2f4976d4f46c2f2c..eb5ab606981c3e192dc5704dc0802d6cb587ef8b 100644 (file)
@@ -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
index b235dd33fb5786c9cbd396d5ef02402f6b5b9609..b08f5dda345932a40eaec0faad4a33bf5930a98b 100644 (file)
@@ -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.");