Update avc error on ROM 8388849

Bug: 221384939
Bug: 227694693
Bug: 227695036
Test: PtsSELinuxTestCases
Change-Id: I0768e29a0a162c6f568a5186602b01f1375a1ca5
This commit is contained in:
sukiliu 2022-04-01 11:54:12 +08:00
parent 9211922e70
commit 97326bf38b
3 changed files with 6 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/227694693
dontaudit dumpstate incident:process { signal };

View file

@ -0,0 +1,2 @@
# b/227695036
dontaudit hal_sensors_default sensor_reg_data_file:dir { write };

View file

@ -2,3 +2,5 @@
dontaudit vendor_init thermal_link_device:file { create }; dontaudit vendor_init thermal_link_device:file { create };
# b/226271913 # b/226271913
dontaudit vendor_init vendor_maxfg_debugfs:file setattr; dontaudit vendor_init vendor_maxfg_debugfs:file setattr;
# b/221384939
dontaudit vendor_init vendor_battery_defender_prop:property_service { set } ;