Merge changes I7b641636,Iecbf6ff7 into udc-d1-dev

* changes:
  usb: remove bug number in bug_map
  usb: allow hal_usb_gadget_impl sysfs_batteryinfo permission
This commit is contained in:
TreeHugger Robot 2023-03-16 03:07:04 +00:00 committed by Android (Google) Code Review
commit 320064782b
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_secure_element_uicc hidl_base_hwservice hwservice_manager b/264483151
hal_thermal_default sysfs file b/272166722 hal_thermal_default sysfs file b/272166722
hal_thermal_default sysfs file b/272166987 hal_thermal_default sysfs file b/272166987
hal_usb_gadget_impl sysfs_batteryinfo dir b/272166827
hal_uwb_default debugfs file b/273639365 hal_uwb_default debugfs file b/273639365
incidentd apex_art_data_file file b/272628762 incidentd apex_art_data_file file b/272628762
kernel vendor_fw_file dir b/272166737 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 # change irq to other cores
allow hal_usb_gadget_impl proc_irq:dir r_dir_perms; 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 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;