Allow 'root' to use d-bus interface provided by PASS.
The 'root' have to control all d-bus interface without any restrictions.
Change-Id: I18d467f2745741c7c4b990b64210dfd16692d39c
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
+ <policy user="root">
+ <allow send_destination="org.tizen.system.pass"
+ send_interface="org.tizen.system.pass.pmqos"/>
+ <allow send_destination="org.tizen.system.thermal"
+ send_interface="org.tizen.system.thermal"/>
+ </policy>
<policy user="system_fw">
<allow own="org.tizen.system.thermal"/>
<allow own="org.tizen.system.pass"/>