mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 05:38:17 +00:00
Adds mnt file and batt info permissions for modem app
Bug: 220076340 Change-Id: Icd02d4f8757719afed020c27a90812921d5f37ec
This commit is contained in:
committed by
TreeHugger Robot
parent
1bdb2ced7c
commit
2c914cd02c
@@ -22,9 +22,14 @@ userdebug_or_eng(`
|
||||
allow modem_diagnostic_app radio_vendor_data_file:file create_file_perms;
|
||||
|
||||
allow modem_diagnostic_app mnt_vendor_file:dir r_dir_perms;
|
||||
allow modem_diagnostic_app mnt_vendor_file:file r_file_perms;
|
||||
|
||||
allow modem_diagnostic_app modem_img_file:dir r_dir_perms;
|
||||
allow modem_diagnostic_app modem_img_file: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 sysfs_batteryinfo:file r_file_perms;
|
||||
allow modem_diagnostic_app sysfs_batteryinfo:dir search;
|
||||
')
|
||||
|
||||
Reference in New Issue
Block a user