[automerge] Allow usb hal to read contaminantdisable property 2p: 8606aa8a51

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

Bug: 227792357
Change-Id: I0c6937f89bfadf38eb55dbb42a5d55ba8419750d
This commit is contained in:
Badhri Jagan Sridharan 2022-04-08 00:26:04 +00:00 committed by Presubmit Automerger Backend
commit a2f5fc80f4

View file

@ -23,3 +23,6 @@ hal_client_domain(hal_usb_impl, hal_thermal);
# For reading the usb-c throttling stats
allow hal_usb_impl sysfs_usbc_throttling_stats:file r_file_perms;
# For checking contaminant detection status
get_prop(hal_usb_impl, vendor_usb_config_prop);