device_google_zumapro/tracking_denials/system_suspend.te
Wilson Sung 2ee5bdcc34 Update error on ROM 11021299
Bug: 308380763
Bug: 308381394
Bug: 308381432
Bug: 308381409
Bug: 308381338
Bug: 308381747
Bug: 308381292
Bug: 308381668
Bug: 308381451
Bug: 308381687
Bug: 308381222
Bug: 308381263
Bug: 308381279
Bug: 308381611
Bug: 308381748
Test: SELinuxUncheckedDenialBootTest
Change-Id: I54b3464f7e445c8a696a4e8dfd0613fd2e2ab7b1
2023-10-30 16:12:14 +08:00

16 lines
892 B
Text

# b/308381292
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_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 };
dontaudit system_suspend_server sysfs_wlc:dir { open };
dontaudit system_suspend_server sysfs_wlc:dir { read };
dontaudit system_suspend_server sysfs_wlc:file { getattr };
dontaudit system_suspend_server sysfs_wlc:file { open };
dontaudit system_suspend_server sysfs_wlc:file { read };