Allow reading of properties area, which is now created before init has switched contexts.  Revisit this later - we should explicitly label the properties file.
diff --git a/te_macros b/te_macros
index 545ba4e..4afc777 100644
--- a/te_macros
+++ b/te_macros
@@ -97,6 +97,9 @@
 define(`init_daemon_domain', `
 domain_auto_trans(init, $1_exec, $1)
 tmpfs_domain($1)
+# Read properties.
+allow $1 kernel:fd use;
+allow $1 tmpfs:file read;
 ')
 
 #####################################