Merge "Allow modem app to read the battery info" into sc-v2-dev

This commit is contained in:
Shawn Yang 2021-10-20 03:25:48 +00:00 committed by Android (Google) Code Review
commit e48bb0205b

View file

@ -29,4 +29,7 @@ userdebug_or_eng(`
allow modem_diagnostic_app modem_img_file:lnk_file r_file_perms; allow modem_diagnostic_app modem_img_file:lnk_file r_file_perms;
allow modem_diagnostic_app hal_vendor_oem_hwservice:hwservice_manager find; allow modem_diagnostic_app hal_vendor_oem_hwservice:hwservice_manager find;
allow modem_diagnostic_app sysfs_batteryinfo:file r_file_perms;
allow modem_diagnostic_app sysfs_batteryinfo:dir search;
') ')