Use private dbus connection for synchronous calls. 32/295832/1 accepted/tizen_7.0_unified tizen_7.0 accepted/tizen/7.0/unified/20230717.162657
authorMateusz Moscicki <m.moscicki2@partner.samsung.com>
Mon, 10 Jul 2023 15:35:15 +0000 (17:35 +0200)
committerMateusz Moscicki <m.moscicki2@partner.samsung.com>
Fri, 14 Jul 2023 07:52:23 +0000 (09:52 +0200)
commitec9ff3c69455dbfc073e7f36a3a9147b4b7533dc
tree90c8662a5df3e4a3ea27c3027b84120e9a454f19
parenta41903e9780f31936cd9a6bfe2ae32368bdbc05e
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: If346b1c519e83eb08863845e2b9c240dc31c5727
src/storage-external-dbus.c
src/storage-inhouse.c