Use private dbus connection for synchronous calls. 12/295612/2 accepted/tizen/unified/20230718.162129
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>
Tue, 11 Jul 2023 15:41:18 +0000 (17:41 +0200)
commit0da642258b8271f8d1cbbb0ad5a09ac0f2c083d0
tree090efa3545db4359e310b61b220a45fa5fcf7cdb
parentcfc7e450886345e632d63ca4cc9e50e5962bfeba
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