Update error on ROM 9406001

Bug: 262633248
Bug: 262633072
Bug: 262633230
Bug: 262633502
Bug: 262633094
Test: scanBugreport
Change-Id: I74904ba4ae79264bb1623bb16d9f5f8369a39b9f
This commit is contained in:
Adam Shih 2022-12-15 09:38:07 +08:00
parent 6b40c66a4a
commit f877ad1b19
5 changed files with 19 additions and 0 deletions

View file

@ -17,3 +17,7 @@ dontaudit dumpstate sysfs_scsi_devices_0000:file { read };
dontaudit dumpstate system_data_file:dir { open };
dontaudit dumpstate system_data_file:dir { read };
dontaudit dumpstate vold:binder { call };
# b/262633248
dontaudit dumpstate mediacodec_google:process { signal };
dontaudit dumpstate mediacodec_samsung:process { signal };
dontaudit dumpstate rild:binder { call };

View file

@ -22,3 +22,11 @@ dontaudit hal_power_default sysfs:file { read };
dontaudit hal_power_default sysfs_display:file { getattr };
dontaudit hal_power_default sysfs_display:file { read };
dontaudit hal_power_default sysfs_fabric:file { getattr };
# b/262633072
dontaudit hal_power_default hal_power_default:capability { dac_read_search };
dontaudit hal_power_default sysfs_camera:file { getattr };
dontaudit hal_power_default sysfs_camera:file { read };
dontaudit hal_power_default vendor_camera_prop:file { getattr };
dontaudit hal_power_default vendor_camera_prop:file { map };
dontaudit hal_power_default vendor_camera_prop:file { open };
dontaudit hal_power_default vendor_camera_prop:file { read };

View file

@ -0,0 +1,2 @@
# b/262633230
dontaudit mediacodec_google vndbinder_device:chr_file { ioctl };

View file

@ -0,0 +1,3 @@
# b/262633502
dontaudit mediacodec_samsung tombstoned:unix_stream_socket { connectto };
dontaudit mediacodec_samsung tombstoned_crash_socket:sock_file { write };

2
tracking_denials/rild.te Normal file
View file

@ -0,0 +1,2 @@
# b/262633094
dontaudit rild dumpstate:fd { use };