Merge "Grant dumpstate hal read permission of camera hal dump files" into sc-dev
This commit is contained in:
commit
09a98d233d
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ allow hal_dumpstate_default radio_vendor_data_file:file create_file_perms;
|
|||
allow hal_dumpstate_default vendor_rfsd_log_file:dir r_dir_perms;
|
||||
allow hal_dumpstate_default vendor_rfsd_log_file:file r_file_perms;
|
||||
|
||||
# camera debugging dump file access
|
||||
allow hal_dumpstate_default vendor_camera_data_file:dir r_dir_perms;
|
||||
allow hal_dumpstate_default vendor_camera_data_file:file r_file_perms;
|
||||
|
||||
allow hal_dumpstate_default vendor_log_file:dir search;
|
||||
|
||||
allow hal_dumpstate_default vendor_usf_stats:file execute_no_trans;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue