Merge "Allow zygote to go into media directory to bind mount obb dir"
diff --git a/private/zygote.te b/private/zygote.te
index 3963459..f9e5476 100644
--- a/private/zygote.te
+++ b/private/zygote.te
@@ -66,6 +66,12 @@
# Create and bind dirs on /data/data
allow zygote tmpfs:dir { create_dir_perms mounton };
+# Goes into media directory and bind mount obb directory
+allow zygote media_rw_data_file:dir { getattr search };
+
+# Read if sdcardfs is supported
+allow zygote proc_filesystems:file r_file_perms;
+
# Create symlink for /data/user/0
allow zygote tmpfs:lnk_file create;