device_google_zumapro/tracking_denials/system_suspend.te
Wilson Sung 94b82378b6 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: If24f3fcb5a1830ef834119d05e49f23193ae132e
2023-11-06 08:16:57 +00: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 };