Merge "update error on ROM 7193586" into sc-dev

This commit is contained in:
TreeHugger Robot 2021-03-09 04:05:05 +00:00 committed by Android (Google) Code Review
commit ce148d20c6
2 changed files with 9 additions and 0 deletions

View file

@ -1,2 +1,8 @@
# b/171267323 # b/171267323
dontaudit aocd device:dir r_dir_perms; dontaudit aocd device:dir r_dir_perms;
# b/182218891
dontaudit aocd property_socket:sock_file { write };
dontaudit aocd init:unix_stream_socket { connectto };
dontaudit aocd vendor_default_prop:property_service { set };
dontaudit aocd property_socket:sock_file { write };
dontaudit aocd init:unix_stream_socket { connectto };

View file

@ -19,3 +19,6 @@ dontaudit cbd unlabeled:file { open };
# b/179198083 # b/179198083
dontaudit cbd unlabeled:file { ioctl }; dontaudit cbd unlabeled:file { ioctl };
dontaudit cbd unlabeled:file { ioctl }; dontaudit cbd unlabeled:file { ioctl };
# b/182219008
dontaudit cbd persist_file:dir { search };
dontaudit cbd persist_file:dir { search };