label extcon and remove obsolete zygote error

Bug: 205904404
Bug: 206045368
Bug: 207062229
Test: boot with no relevant error logs
Change-Id: If4c2f5591907bfcab2fd638f1222f84377270623
This commit is contained in:
Adam Shih 2021-11-23 11:41:50 +08:00
parent f6f699700c
commit 851a7bb16b
2 changed files with 3 additions and 10 deletions

View file

@ -1,10 +0,0 @@
# b/205904404
dontaudit system_server zygote:binder { call };
# b/206045368
dontaudit system_server zygote:binder { transfer };
# b/207062229
dontaudit system_server sysfs:dir { open };
dontaudit system_server sysfs:dir { read };
dontaudit system_server sysfs:file { getattr };
dontaudit system_server sysfs:file { open };
dontaudit system_server sysfs:file { read };

View file

@ -92,6 +92,9 @@ genfscon debugfs /google_battery u:object
genfscon sysfs /devices/platform/10da0000.hsi2c/i2c-6/6-0050/eeprom u:object_r:sysfs_batteryinfo:s0
genfscon sysfs /devices/platform/google,battery/power_supply/battery u:object_r:sysfs_batteryinfo:s0
# Extcon
genfscon sysfs /devices/platform/10d60000.hsi2c/i2c-5/i2c-max77759tcpc/extcon u:object_r:sysfs_extcon:s0
# system suspend wakeup files
genfscon sysfs /devices/platform/10970000.hsi2c/i2c-4/i2c-st21nfc/wakeup/wakeup u:object_r:sysfs_wakeup:s0
genfscon sysfs /devices/platform/10d10000.spi/spi_master/spi0/spi0.0/synaptics_tcm.0/wakeup/wakeup u:object_r:sysfs_wakeup:s0