It appears battery information should be available to unprivileged
processes. Tizen documentation[1] does not mention any privileges are
required to access the information.
[1] https://developer.tizen.org/development/guides/web-application/w3chtml5supplementary-features/device/battery-status
Change-Id: I495cc9c83bcc7bc1cd3e7b8bc42d1fc661ed1137
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
<deny own="org.tizen.resourced"/>
<deny send_destination="org.tizen.resourced" />
+ <allow send_destination="org.tizen.resourced"
+ send_interface="org.tizen.resourced.logging"
+ send_member="GetBatteryChargingTime"/>
+ <allow send_destination="org.tizen.resourced"
+ send_interface="org.tizen.resourced.logging"
+ send_member="GetBatteryRemainingTime"/>
+
<check send_destination="org.tizen.resourced"
send_interface="org.tizen.resourced.process"
send_member="WatchdogResult"