android_device_xiaomi_sdm66.../sepolicy/private/system_suspend.te
OdSazib 5351cc35f9
sdm66-common: sepolicy: Fix labeling sysfs nodes for K4.19
- Address more denials and label some new nodes

Signed-off-by: OdSazib <odsazib@gmail.com>
2021-07-16 15:56:07 +06:00

4 lines
222 B
Text

# To resolve arbitrary sysfs paths from /sys/class/wakeup/* symlinks.
allow system_suspend sysfs_type:dir r_dir_perms;
allow system_suspend sysfs_wakeup:file r_file_perms;
dontaudit system_suspend sysfs:file r_file_perms;