Merge "Remove hal_vibrator_default and vendor_init tracking_denials"
This commit is contained in:
commit
35a2c3cd6d
2 changed files with 0 additions and 36 deletions
|
@ -1,35 +0,0 @@
|
|||
# b/260366169
|
||||
dontaudit hal_vibrator_default input_device:chr_file { getattr };
|
||||
dontaudit hal_vibrator_default input_device:chr_file { ioctl };
|
||||
dontaudit hal_vibrator_default input_device:chr_file { open };
|
||||
dontaudit hal_vibrator_default input_device:chr_file { read write };
|
||||
dontaudit hal_vibrator_default input_device:dir { open };
|
||||
dontaudit hal_vibrator_default input_device:dir { read };
|
||||
dontaudit hal_vibrator_default input_device:dir { search };
|
||||
dontaudit hal_vibrator_default mnt_vendor_file:dir { search };
|
||||
dontaudit hal_vibrator_default persist_file:dir { search };
|
||||
dontaudit hal_vibrator_default persist_haptics_file:dir { search };
|
||||
dontaudit hal_vibrator_default persist_haptics_file:file { getattr };
|
||||
dontaudit hal_vibrator_default persist_haptics_file:file { open };
|
||||
dontaudit hal_vibrator_default persist_haptics_file:file { read };
|
||||
dontaudit hal_vibrator_default proc_asound:dir { search };
|
||||
dontaudit hal_vibrator_default proc_asound:file { getattr };
|
||||
dontaudit hal_vibrator_default proc_asound:file { open };
|
||||
dontaudit hal_vibrator_default proc_asound:file { read };
|
||||
dontaudit hal_vibrator_default sysfs:file { getattr };
|
||||
dontaudit hal_vibrator_default sysfs:file { open };
|
||||
dontaudit hal_vibrator_default sysfs:file { read };
|
||||
dontaudit hal_vibrator_default sysfs:file { write };
|
||||
dontaudit hal_vibrator_default vendor_vibrator_prop:file { getattr };
|
||||
dontaudit hal_vibrator_default vendor_vibrator_prop:file { map };
|
||||
dontaudit hal_vibrator_default vendor_vibrator_prop:file { open };
|
||||
dontaudit hal_vibrator_default vendor_vibrator_prop:file { read };
|
||||
dontaudit hal_vibrator_default vndbinder_device:chr_file { ioctl };
|
||||
dontaudit hal_vibrator_default vndbinder_device:chr_file { map };
|
||||
dontaudit hal_vibrator_default vndbinder_device:chr_file { open };
|
||||
dontaudit hal_vibrator_default vndbinder_device:chr_file { read };
|
||||
dontaudit hal_vibrator_default vndbinder_device:chr_file { write };
|
||||
# b/264490051
|
||||
userdebug_or_eng(`
|
||||
permissive hal_vibrator_default;
|
||||
')
|
|
@ -16,4 +16,3 @@ dontaudit vendor_init logpersistd_logging_prop:property_service { set };
|
|||
dontaudit vendor_init vendor_camera_debug_prop:property_service { set };
|
||||
dontaudit vendor_init vendor_logger_prop:property_service { set };
|
||||
dontaudit vendor_init vendor_slog_prop:property_service { set };
|
||||
dontaudit vendor_init vendor_vibrator_prop:property_service { set };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue