Allow getattr on tempfs files
am: a0d3ff8edd

Change-Id: I8965be0fe9d6ae9bb3a283731d3df226a5b4173b
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 };
 ')