Update error on ROM 9449178
Bug: 264204392 Bug: 264204525 Bug: 264204023 Bug: 264204215 Test: scanAvcDeniedLogRightAfterReboot Change-Id: Ice60ef7f25f549a990e3c6f006ed528b0b0beedf
This commit is contained in:
parent
cefb0a621f
commit
ef8da88fdc
4 changed files with 17 additions and 0 deletions
2
tracking_denials/hal_camera_default.te
Normal file
2
tracking_denials/hal_camera_default.te
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# b/264204392
|
||||||
|
dontaudit hal_camera_default hal_radioext_default:binder { call };
|
|
@ -6,3 +6,7 @@ dontaudit hal_thermal_default sysfs:file { read };
|
||||||
dontaudit hal_thermal_default sysfs_iio_devices:dir { open };
|
dontaudit hal_thermal_default sysfs_iio_devices:dir { open };
|
||||||
dontaudit hal_thermal_default sysfs_iio_devices:dir { read };
|
dontaudit hal_thermal_default sysfs_iio_devices:dir { read };
|
||||||
dontaudit hal_thermal_default sysfs_iio_devices:dir { search };
|
dontaudit hal_thermal_default sysfs_iio_devices:dir { search };
|
||||||
|
# b/264204525
|
||||||
|
dontaudit hal_thermal_default sysfs_odpm:file { getattr };
|
||||||
|
dontaudit hal_thermal_default sysfs_odpm:file { open };
|
||||||
|
dontaudit hal_thermal_default sysfs_odpm:file { read };
|
||||||
|
|
|
@ -26,3 +26,8 @@ dontaudit hal_usb_impl system_server:binder { call };
|
||||||
# b/263048760
|
# b/263048760
|
||||||
dontaudit hal_usb_impl dumpstate:fd { use };
|
dontaudit hal_usb_impl dumpstate:fd { use };
|
||||||
dontaudit hal_usb_impl dumpstate:fifo_file { write };
|
dontaudit hal_usb_impl dumpstate:fifo_file { write };
|
||||||
|
# b/264204023
|
||||||
|
dontaudit hal_usb_impl sysfs_batteryinfo:dir { search };
|
||||||
|
dontaudit hal_usb_impl sysfs_batteryinfo:file { getattr };
|
||||||
|
dontaudit hal_usb_impl sysfs_batteryinfo:file { open };
|
||||||
|
dontaudit hal_usb_impl sysfs_batteryinfo:file { read };
|
||||||
|
|
|
@ -13,3 +13,9 @@ dontaudit system_suspend_server sysfs_aoc:file { read };
|
||||||
dontaudit system_suspend_server chre:binder { transfer };
|
dontaudit system_suspend_server chre:binder { transfer };
|
||||||
# b/263305203
|
# b/263305203
|
||||||
dontaudit system_suspend_server tee:binder { transfer };
|
dontaudit system_suspend_server tee:binder { transfer };
|
||||||
|
# b/264204215
|
||||||
|
dontaudit system_suspend_server sysfs_batteryinfo:dir { open };
|
||||||
|
dontaudit system_suspend_server sysfs_batteryinfo:dir { read };
|
||||||
|
dontaudit system_suspend_server sysfs_batteryinfo:file { getattr };
|
||||||
|
dontaudit system_suspend_server sysfs_batteryinfo:file { open };
|
||||||
|
dontaudit system_suspend_server sysfs_batteryinfo:file { read };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue