Update avc error on ROM 8268341 am: b82a5ab98b

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/17118587

Change-Id: I3a08a7839302128d7660777a2607e6a87074a2d2
This commit is contained in:
sukiliu 2022-03-09 04:53:32 +00:00 committed by Automerger Merge Worker
commit ab0ae93203
2 changed files with 4 additions and 0 deletions

View file

@ -2,3 +2,5 @@
dontaudit dumpstate app_zygote:process { signal }; dontaudit dumpstate app_zygote:process { signal };
dontaudit dumpstate hal_power_stats_vendor_service:service_manager { find }; dontaudit dumpstate hal_power_stats_vendor_service:service_manager { find };
dontaudit dumpstate sysfs:file { read }; dontaudit dumpstate sysfs:file { read };
# b/223332748
dontaudit dumpstate system_dlkm_file:dir { getattr };

View file

@ -1,2 +1,4 @@
# b/215042694 # b/215042694
dontaudit surfaceflinger kernel:process { setsched }; dontaudit surfaceflinger kernel:process { setsched };
# b/208721808
dontaudit surfaceflinger hal_graphics_composer_default:dir { search };