summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Luo <royluo@google.com>2023-10-05 20:24:46 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-10-05 20:24:46 +0000
commit56723a2036e09abd626e3eb11462132896d84470 (patch)
tree65a79e4feb139c6adce1aeb3abd394e6f954512d
parentbb474d5e68eb7f228d7574f9176bde29aea8aee5 (diff)
parentaa5218c8a70bc12f0f9615327ce1460d655b18c1 (diff)
downloadzuma-sepolicy-56723a2036e09abd626e3eb11462132896d84470.tar.gz
Merge "Support metric upload in USB HAL" into main
-rw-r--r--vendor/hal_usb_impl.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/hal_usb_impl.te b/vendor/hal_usb_impl.te
index e461050..d282a55 100644
--- a/vendor/hal_usb_impl.te
+++ b/vendor/hal_usb_impl.te
@@ -19,3 +19,6 @@ hal_client_domain(hal_usb_impl, hal_thermal);
# For monitoring usb sysfs attributes
allow hal_usb_impl sysfs_wakeup:dir search;
allow hal_usb_impl sysfs_wakeup:file r_file_perms;
+
+# For metrics upload
+allow hal_usb_impl fwk_stats_service:service_manager find;