Allow treble app to write "battery info"

This commit is contained in:
Pierre-Hugues Husson 2019-08-22 11:36:42 +02:00
parent 66cf09d963
commit b010be5db0
1 changed files with 2 additions and 0 deletions

View File

@ -3,5 +3,7 @@ allow system_app hidl_base_hwservice:hwservice_manager { add };
allow system_app wifi_data_file:dir create_dir_perms;
allow system_app wifi_data_file:file create_file_perms;
allow system_app sysfs_batteryinfo:file rw_file_perms;
type vendor_camera_prop, property_type;
set_prop(system_app, vendor_camera_prop);