Merge "Allow accessing dumpstate from hal_usb_impl" into udc-d1-dev am: b3c7fb06fa am: fdb7364a3f

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

Change-Id: I4dda0a4a6255a32712d1a887f4f170424239d1f1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2023-05-03 17:15:36 +00:00 committed by Automerger Merge Worker
commit 1264a719b2
2 changed files with 1 additions and 2 deletions

View file

@ -1,2 +0,0 @@
# b/267261163
dontaudit hal_usb_impl dumpstate:fd { use };

View file

@ -7,6 +7,7 @@ hal_server_domain(hal_usb_impl, hal_usb_gadget)
allow hal_usb_impl sysfs_batteryinfo:dir r_dir_perms; allow hal_usb_impl sysfs_batteryinfo:dir r_dir_perms;
allow hal_usb_impl sysfs_batteryinfo:file rw_file_perms; allow hal_usb_impl sysfs_batteryinfo:file rw_file_perms;
allow hal_usb_impl dumpstate:fd use;
# Needed for monitoring usb port temperature # Needed for monitoring usb port temperature
allow hal_usb_impl self:capability2 wake_alarm; allow hal_usb_impl self:capability2 wake_alarm;