Merge "Ignore errors that zygote tries to setattr media_rw_data_file dir"
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;