mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
LG8n: sepolicy: Address system_suspend denials
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
2c21867fef
commit
dea38ce0eb
|
@ -1,3 +1,5 @@
|
|||
allow system_suspend sysfs:dir read;
|
||||
allow system_suspend sysfs_wakeup:dir r_dir_perms;
|
||||
allow system_suspend sysfs_batteryinfo:dir { open read };
|
||||
allow system_suspend sysfs_battery:dir { open read };
|
||||
allow system_suspend sysfs_extcon:dir r_dir_perms;
|
||||
|
|
Loading…
Reference in a new issue