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

index a5a59149deffd663efe048017e9ae67b010eb5bc..8357c4c039085795748b6c369cc20748ca15074b 100644 (file)
@@ -1,7 +1,7 @@
 #These options are DEACTIVATED by default.
 %bcond_with emulator
 %define extended_storage 0
-%define enable_unified_system_service 0
+%define enable_unified_system_service 1
 
 Name:       storaged
 Summary:    Storaged
index b0baa98293cecbede187f2548c5ca85d4169d69b..822b961e09368008f4d8b569e2c2592a8ad2ca00 100644 (file)
@@ -88,7 +88,7 @@ static int storaged_init(void *data)
        guint timer;
        int ret;
 
-       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.");