device_google_zuma/tracking_denials/chre.te
Adam Shih 6d88af1c59 update error on ROM 9359906
Bug: 261105374
Bug: 261105238
Bug: 261105224
Bug: 261105182
Bug: 261105164
Bug: 261105029
Bug: 261105028
Bug: 261105152
Bug: 261105336
Bug: 261105354
Bug: 261105092
Bug: 261105356
Test: pts-tradefed run pts -m PtsSELinuxTest
Change-Id: I66bbcedd4a0566f27561017bc7dcdca81a5ab67a
2022-12-02 09:37:25 +08:00

15 lines
656 B
Text

# b/260522435
dontaudit chre aoc_device:chr_file { getattr };
dontaudit chre aoc_device:chr_file { open };
dontaudit chre aoc_device:chr_file { read write };
dontaudit chre chre:capability2 { block_suspend };
dontaudit chre device:dir { read };
dontaudit chre device:dir { watch };
# b/261105224
dontaudit chre hal_system_suspend_service:service_manager { find };
dontaudit chre servicemanager:binder { call };
dontaudit chre sysfs_aoc:dir { search };
dontaudit chre sysfs_aoc_boottime:file { getattr };
dontaudit chre sysfs_aoc_boottime:file { open };
dontaudit chre sysfs_aoc_boottime:file { read };
dontaudit chre system_suspend_server:binder { call };