Merge changes I7b641636,Iecbf6ff7 into udc-d1-dev am: 320064782b

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

Change-Id: I211dc0a0b0fcd8031d68d833b751cbad21eef8b1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot 2023-03-16 03:16:52 +00:00 committed by Automerger Merge Worker
commit 18acd8cd02
2 changed files with 3 additions and 1 deletions

View file

@ -21,7 +21,6 @@ hal_secure_element_uicc hal_secure_element_hwservice hwservice_manager b/2644831
hal_secure_element_uicc hidl_base_hwservice hwservice_manager b/264483151
hal_thermal_default sysfs file b/272166722
hal_thermal_default sysfs file b/272166987
hal_usb_gadget_impl sysfs_batteryinfo dir b/272166827
hal_uwb_default debugfs file b/273639365
incidentd apex_art_data_file file b/272628762
kernel vendor_fw_file dir b/272166737

View file

@ -15,3 +15,6 @@ allow hal_usb_gadget_impl proc_interrupts:file r_file_perms;
# change irq to other cores
allow hal_usb_gadget_impl proc_irq:dir r_dir_perms;
allow hal_usb_gadget_impl proc_irq:file w_file_perms;
allow hal_usb_gadget_impl sysfs_batteryinfo:dir r_dir_perms;
allow hal_usb_gadget_impl sysfs_batteryinfo:file rw_file_perms;