Merge "Ignore errors that zygote tries to setattr media_rw_data_file dir" into rvc-dev

This commit is contained in:
TreeHugger Robot 2020-03-24 17:53:07 +00:00 committed by Android (Google) Code Review
commit 3a9759cc5a

View file

@ -187,6 +187,10 @@ get_prop(zygote, device_config_window_manager_native_boot_prop)
# 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;