sm7325-common: Fixes related to system suspend sepolicies

Change-Id: I2d7bca3e7db32627eddc5699dfb4cd7db6ec8784
This commit is contained in:
Kalpaj Chaudhari 2022-12-26 10:37:31 +05:30 committed by Nolen Johnson
parent cbec2b57ed
commit c9c997e3b3

View File

@ -0,0 +1,17 @@
init_daemon_domain(system_suspend)
# To serve ISuspendControlService.aidl.
binder_use(system_suspend)
add_service(system_suspend, system_suspend_control_service)
# Access to /sys/power/{ wakeup_count, state } suspend interface.
allow system_suspend sysfs_power:file rw_file_perms;
allow system_suspend sysfs:dir { open read };
allow system_suspend sysfs:file { getattr };
dontaudit system_suspend sysfs:file { open read };
# Access to /sys/power/{ wake_lock, wake_unlock } suspend blocker interface.
allow system_suspend self:global_capability2_class_set block_suspend;
allow system_suspend sysfs_wake_lock:file rw_file_perms;