Files
device_xiaomi_sm6250-common/sepolicy/private/system_suspend.te
Ramii Ahmed b467c412a4 sm6250-common: address system suspend wakelocks denials
This should be redone cleanly and correctly to avoid neverallows as this is not the proper way to do it
2021-03-08 22:18:35 +00:00

3 lines
101 B
Plaintext

allow system_suspend sysfs:dir { open read };
allow system_suspend sysfs:file { getattr open read };