Merge "Update error on ROM 9406001"
This commit is contained in:
commit
1c85fa9544
5 changed files with 19 additions and 0 deletions
|
@ -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 };
|
||||
|
|
|
@ -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 };
|
||||
|
|
2
tracking_denials/mediacodec_google.te
Normal file
2
tracking_denials/mediacodec_google.te
Normal file
|
@ -0,0 +1,2 @@
|
|||
# b/262633230
|
||||
dontaudit mediacodec_google vndbinder_device:chr_file { ioctl };
|
3
tracking_denials/mediacodec_samsung.te
Normal file
3
tracking_denials/mediacodec_samsung.te
Normal 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
2
tracking_denials/rild.te
Normal file
|
@ -0,0 +1,2 @@
|
|||
# b/262633094
|
||||
dontaudit rild dumpstate:fd { use };
|
Loading…
Add table
Add a link
Reference in a new issue