Merge "Revert "Fix avc denials for powerhal""
This commit is contained in:
commit
839546d2e3
7 changed files with 34 additions and 21 deletions
32
tracking_denials/hal_power_default.te
Normal file
32
tracking_denials/hal_power_default.te
Normal file
|
@ -0,0 +1,32 @@
|
|||
# b/260366126
|
||||
dontaudit hal_power_default sysfs:file { open };
|
||||
dontaudit hal_power_default sysfs:file { write };
|
||||
dontaudit hal_power_default sysfs_camera:file { open };
|
||||
dontaudit hal_power_default sysfs_camera:file { write };
|
||||
dontaudit hal_power_default sysfs_display:file { open };
|
||||
dontaudit hal_power_default sysfs_display:file { write };
|
||||
dontaudit hal_power_default sysfs_fabric:file { open };
|
||||
dontaudit hal_power_default sysfs_fabric:file { write };
|
||||
dontaudit hal_power_default vendor_camera_prop:property_service { set };
|
||||
# b/260769063
|
||||
dontaudit hal_power_default hal_graphics_composer_default:binder { transfer };
|
||||
# b/261105028
|
||||
dontaudit hal_power_default hal_fingerprint_default:binder { transfer };
|
||||
# b/261650934
|
||||
dontaudit hal_power_default hal_camera_default:binder { transfer };
|
||||
# b/262178497
|
||||
dontaudit hal_power_default sysfs_fabric:file { read };
|
||||
# b/262315567
|
||||
dontaudit hal_power_default sysfs:file { getattr };
|
||||
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/proc_vendor_sched.te
Normal file
2
tracking_denials/proc_vendor_sched.te
Normal file
|
@ -0,0 +1,2 @@
|
|||
# b/260366398
|
||||
dontaudit proc_vendor_sched proc:filesystem { associate };
|
Loading…
Add table
Add a link
Reference in a new issue