diff --git a/sepolicy/private/system_suspend.te b/sepolicy/private/system_suspend.te index f4213b0..c26c85f 100644 --- a/sepolicy/private/system_suspend.te +++ b/sepolicy/private/system_suspend.te @@ -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;