Allow fstat of platform app /data/data files.
Change-Id: I8d46a809c08cd21b0d6c3173998035ab3cc79ada
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
diff --git a/app.te b/app.te
index 4f5c5db..ee74b9d 100644
--- a/app.te
+++ b/app.te
@@ -132,7 +132,7 @@
# Read/write data files created by the platform apps if they
# were passed to the app via binder or local IPC. Do not allow open.
-allow appdomain platform_app_data_file:file { read write };
+allow appdomain platform_app_data_file:file { getattr read write };
# lib subdirectory of /data/data dir is system-owned.
allow appdomain system_data_file:dir r_dir_perms;