Use private dbus connection for synchronous calls. 08/296208/1 accepted/tizen_6.0_unified tizen_6.0 accepted/tizen/6.0/unified/20230807.011505
authorMateusz Moscicki <m.moscicki2@partner.samsung.com>
Mon, 17 Jul 2023 13:16:39 +0000 (15:16 +0200)
committerMateusz Moscicki <m.moscicki2@partner.samsung.com>
Fri, 21 Jul 2023 14:38:35 +0000 (16:38 +0200)
commit97bb808d1010f4bbd699b9e7388b4c533bc55ff5
tree25df684650ea39d2e6c586234eae1bccfb8b7bca
parentd0ee2b8091ed9fd4720bff2a05fee0eb41627a2d
Use private dbus connection for synchronous calls.

This change is related to dotnet-launcher which in the process
preparation, caused the connection to be established, which had a
privileged label and was later used by an unprivileged application

From now the connection is established before the dbus method is called
and closed immediately after that.

Change-Id: If672046f68b9e5aa37053fdb772ef17873df2340
src/storage-external-dbus.c