Merge "Update error on ROM 9406001"

This commit is contained in:
TreeHugger Robot 2022-12-15 04:15:56 +00:00 committed by Android (Google) Code Review
commit 1c85fa9544
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 { open };
dontaudit dumpstate system_data_file:dir { read }; dontaudit dumpstate system_data_file:dir { read };
dontaudit dumpstate vold:binder { call }; 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 { getattr };
dontaudit hal_power_default sysfs_display:file { read }; dontaudit hal_power_default sysfs_display:file { read };
dontaudit hal_power_default sysfs_fabric:file { getattr }; 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 };