Ignore errors that zygote tries to setattr media_rw_data_file dir
Bug: 152043945
Test: No selinux error in boot
Change-Id: Id01377e6b8c7be9103bd1dec3283cf720e6f6af9
diff --git a/private/zygote.te b/private/zygote.te
index f27005e..5f08f8d 100644
--- a/private/zygote.te
+++ b/private/zygote.te
@@ -187,6 +187,10 @@
# ingore spurious denials
dontaudit zygote self:global_capability_class_set sys_resource;
+# Ignore spurious denials calling access() on fuse
+# TODO(b/151316657): avoid the denials
+dontaudit zygote media_rw_data_file:dir setattr;
+
# Allow zygote to use ashmem fds from system_server.
allow zygote system_server:fd use;