Merge "Ignore errors that zygote tries to setattr media_rw_data_file dir" into rvc-dev
This commit is contained in:
commit
3a9759cc5a
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue