Allow getattr on tempfs files am: a0d3ff8edd
am: d8c14e8a2f

Change-Id: Ieb2f49ac368b9a3178d788900b813bc11c5231ed
diff --git a/public/te_macros b/public/te_macros
index 661585a..e1c46c9 100644
--- a/public/te_macros
+++ b/public/te_macros
@@ -77,7 +77,7 @@
 define(`tmpfs_domain', `
 type $1_tmpfs, file_type;
 type_transition $1 tmpfs:file $1_tmpfs;
-allow $1 $1_tmpfs:file { read write };
+allow $1 $1_tmpfs:file { read write getattr };
 allow $1 tmpfs:dir { getattr search };
 ')