mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
This also enables us to remove the vendor_executes_system_violator attribute from all the vendor scripts launched from init. Bug: 37914554 Test: Build and boot and ensure all services exited with status 0. Change-Id: If692b17b45f91ff128608c3f6e9524847c1af69f Signed-off-by: Sandeep Patil <sspatil@google.com>
14 lines
467 B
Plaintext
14 lines
467 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;
|
|
|
|
# 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;
|