sepolicy: Allow batterymanager and batteryproperties services to be found

Change-Id: Ia2a1734a74c4bba0bc09f150442aec573d769370
This commit is contained in:
Bruno Martins 2016-07-07 22:02:28 +01:00 committed by Steve Kondik
parent df0ba3a0fe
commit 6fed2cf409
1 changed files with 4 additions and 0 deletions

View File

@ -8,3 +8,7 @@ allow platform_app system_app_data_file:file rw_file_perms;
# Allow Gallery3D to execute render scripts
allow platform_app app_data_file:file execute;
# Allow batterymanager and batteryproperties services to be found
allow platform_app battery_service:service_manager find;
allow platform_app healthd_service:service_manager find;