dbus: allow GetAll method call for g_dbus_proxy. 11/211911/2
authorsanghyeok.oh <sanghyeok.oh@samsung.com>
Mon, 12 Aug 2019 03:17:10 +0000 (12:17 +0900)
committersanghyeok.oh <sanghyeok.oh@samsung.com>
Mon, 12 Aug 2019 06:14:45 +0000 (15:14 +0900)
commit62b38d2f864fe28a6e081bd63619abccf50e2a68
tree91ed076c5ac688899f38b7e7d3bae17b2eb0f152
parent432678af34b74687f6f84e8116b535b77b167722
dbus: allow GetAll method call for g_dbus_proxy.

g_dbus_proxy_new_*() function generate dbus properties related method
call.
Without allow rule, It makes dbus policy error.

Deviced doesn't have any dbus properties.
G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES flag is recommended to create g_dbus_proxy for deviced.

Change-Id: I095d3df2711c5ef7bf06fc90c5e54d60e4532ffd
Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
conf/org.tizen.system.deviced.conf