Update error on ROM 9412813

Bug: 263049190
Bug: 263048776
Bug: 263048760
Bug: 263048994
Bug: 263049105
Test: scanBugreport
Change-Id: Iae0d5926b61b901ef92a6658ba72ff6e81133ed5
This commit is contained in:
Adam Shih 2022-12-19 09:56:55 +08:00
parent 81112ab63a
commit 56d34babe5
5 changed files with 15 additions and 0 deletions

View file

@ -21,3 +21,6 @@ dontaudit dumpstate vold:binder { call };
dontaudit dumpstate mediacodec_google:process { signal };
dontaudit dumpstate mediacodec_samsung:process { signal };
dontaudit dumpstate rild:binder { call };
# b/263048776
dontaudit dumpstate hal_usb_impl:binder { call };
dontaudit dumpstate hal_uwb_default:binder { call };

View file

@ -23,3 +23,6 @@ dontaudit hal_usb_impl sysfs:file { getattr };
dontaudit hal_usb_impl sysfs:file { open };
dontaudit hal_usb_impl sysfs:file { read };
dontaudit hal_usb_impl system_server:binder { call };
# b/263048760
dontaudit hal_usb_impl dumpstate:fd { use };
dontaudit hal_usb_impl dumpstate:fifo_file { write };

View file

@ -2,3 +2,6 @@
dontaudit hal_uwb_default device:chr_file { ioctl };
dontaudit hal_uwb_default device:chr_file { open };
dontaudit hal_uwb_default device:chr_file { read write };
# b/263048994
dontaudit hal_uwb_default dumpstate:fd { use };
dontaudit hal_uwb_default dumpstate:fifo_file { write };

View file

@ -22,3 +22,7 @@ dontaudit mediacodec_samsung vndbinder_device:chr_file { read };
dontaudit mediacodec_samsung vndbinder_device:chr_file { write };
dontaudit mediacodec_samsung vndservicemanager:binder { call };
dontaudit mediacodec_samsung vndservicemanager:binder { transfer };
# b/263049105
dontaudit mediacodec_samsung dumpstate:fd { use };
dontaudit mediacodec_samsung dumpstate:fifo_file { append };
dontaudit mediacodec_samsung dumpstate:fifo_file { write };

View file

@ -1,2 +1,4 @@
# b/262633094
dontaudit rild dumpstate:fd { use };
# b/263049190
dontaudit rild dumpstate:fifo_file { write };