Allow read access to the fds handed out by ashmem.

Change-Id: If1df4788dbdf3de5f2d7dd1e9df63fe191494d92
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 26f1b8c..052770a 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -99,6 +99,7 @@
        app.te \
        bluetooth.te \
        device.te \
+       domain.te \
        drmserver.te \
        file.te \
        file_contexts \
diff --git a/sepolicy/domain.te b/sepolicy/domain.te
new file mode 100644
index 0000000..45925a7
--- /dev/null
+++ b/sepolicy/domain.te
@@ -0,0 +1 @@
+allow domain init_tmpfs:file read;