Merge "Grant dumpstate hal read permission of camera hal dump files" into sc-dev am: 09a98d233d am: 843c90e0ae

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/14604511

Change-Id: Id4316f3a2138761c46ce6fd619140bf5ec78219d
This commit is contained in:
TreeHugger Robot 2021-05-20 02:45:51 +00:00 committed by Automerger Merge Worker
commit ea19a0a015

View file

@ -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:dir r_dir_perms;
allow hal_dumpstate_default vendor_rfsd_log_file:file r_file_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_log_file:dir search;
allow hal_dumpstate_default vendor_usf_stats:file execute_no_trans; allow hal_dumpstate_default vendor_usf_stats:file execute_no_trans;