mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Bug: 38240024 Test: Verified value of sys.spli.firmware.version property. See details in testing done comment in https://googleplex-android-review.git.corp.google.com/2442584 . Change-Id: Ief04cbfac4efd71c8ff22057fc286645fbadf44d
17 lines
543 B
Plaintext
17 lines
543 B
Plaintext
type init-qcom-devstart-sh, domain;
|
|
type init-qcom-devstart-sh_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(init-qcom-devstart-sh)
|
|
|
|
allow init-qcom-devstart-sh vendor_shell_exec:file rx_file_perms;
|
|
allow init-qcom-devstart-sh vendor_toolbox_exec:file rx_file_perms;
|
|
|
|
# execute grep
|
|
allow init-qcom-devstart-sh vendor_file:file rx_file_perms;
|
|
|
|
# Set the sys.qcom.devup property
|
|
set_prop(init-qcom-devstart-sh, system_prop)
|
|
|
|
# Set boot_adsp and boot_slpi to 1
|
|
allow init-qcom-devstart-sh sysfs_msm_subsys:file w_file_perms;
|