Merge "Allow uprobestats to read art and package data" into main
diff --git a/private/uprobestats.te b/private/uprobestats.te
index d778126..6b8dd55 100644
--- a/private/uprobestats.te
+++ b/private/uprobestats.te
@@ -15,6 +15,10 @@
 allow uprobestats sysfs_uprobe:file { open read };
 allow uprobestats sysfs_uprobe:dir { search };
 
+allow uprobestats { apex_art_data_file apex_module_data_file }:dir r_dir_perms;
+allow uprobestats { apex_art_data_file apex_module_data_file }:file r_file_perms;
+allow uprobestats packages_list_file:file r_file_perms;
+
 # Allow uprobestats to popen oatdump.
 allow uprobestats system_file:file rx_file_perms;