mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
23 lines
629 B
Plaintext
23 lines
629 B
Plaintext
type init_power, domain;
|
|
type init_power_exec, exec_type, file_type;
|
|
|
|
init_daemon_domain(init_power)
|
|
|
|
set_prop(init_power, post_boot_prop)
|
|
|
|
allow init_power shell_exec:file rx_file_perms;
|
|
allow init_power toolbox_exec:file rx_file_perms;
|
|
|
|
allow init_power sysfs_msm_subsys:dir r_dir_perms;
|
|
allow init_power sysfs_msm_subsys:file w_file_perms;
|
|
allow init_power sysfs_thermal:dir search;
|
|
allow init_power sysfs_thermal:file w_file_perms;
|
|
allow init_power sysfs_devices_system_cpu:file w_file_perms;
|
|
allow init_power sysfs_soc:file r_file_perms;
|
|
allow init_power sysfs_soc:dir search;
|
|
|
|
|
|
userdebug_or_eng(`
|
|
permissive init_power;
|
|
')
|