Merge "Allow priv_apps to stat files on the system partition"
diff --git a/priv_app.te b/priv_app.te
index a92b6eb..2ff9a37 100644
--- a/priv_app.te
+++ b/priv_app.te
@@ -60,6 +60,10 @@
   allow priv_app perfprofd_data_file:dir r_dir_perms;
 ')
 
+# Allow GMS core to stat files and executables on
+# the system partition
+allow priv_app exec_type:file getattr;
+
 ###
 ### neverallow rules
 ###