<!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">
+ <policy user="system_fw">
+ <allow own="org.tizen.system.thermal"/>
<allow own="org.tizen.system.pass"/>
- <allow send_destination="org.tizen.system.pass"/>
- </policy>
- <policy group="system_fw">
- <allow own="org.tizen.system.pass"/>
- <allow send_destination="org.tizen.system.pass"/>
</policy>
<policy user="app_fw">
<allow send_destination="org.tizen.system.pass"
send_interface="org.tizen.system.pass.pmqos"/>
</policy>
<policy context="default">
+ <deny own="org.tizen.system.thermal"/>
+ <deny send_destination="org.tizen.system.thermal" send_type="method_call"/>
<deny own="org.tizen.system.pass"/>
- <deny send_destination="org.tizen.system.pass"/>
+ <deny send_destination="org.tizen.system.pass" send_type="method_call"/>
</policy>
</busconfig>