device_google_zuma/tracking_denials/system_suspend.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

13 lines
638 B
Text

# b/260366031
dontaudit system_suspend_server sysfs:dir { open };
dontaudit system_suspend_server sysfs:dir { read };
dontaudit system_suspend_server sysfs:file { getattr };
dontaudit system_suspend_server sysfs:file { open };
dontaudit system_suspend_server sysfs:file { read };
dontaudit system_suspend_server sysfs_aoc:dir { open };
dontaudit system_suspend_server sysfs_aoc:dir { read };
dontaudit system_suspend_server sysfs_aoc:file { getattr };
dontaudit system_suspend_server sysfs_aoc:file { open };
dontaudit system_suspend_server sysfs_aoc:file { read };
# b/261105356
dontaudit system_suspend_server chre:binder { transfer };