v811_spc009/device/google/bonito-sepolicy/vendor/qcom/common/init-devstart-sh.te

23 lines
911 B

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;
allow init-qcom-devstart-sh vendor_grep_exec:file rx_file_perms;
allow init-qcom-devstart-sh init-edge_sense-sh_exec:file rx_file_perms;
domain_auto_trans(init-qcom-devstart-sh, init-edge_sense-sh_exec, init-edge_sense-sh)
# Set the vendor.qcom.devup property
set_prop(init-qcom-devstart-sh, vendor_device_prop)
# Set the vendor.sys.adsp.firmware.version property.
set_prop(init-qcom-devstart-sh, public_vendor_system_prop)
# Set boot_adsp and boot_slpi to 1
allow init-qcom-devstart-sh sysfs_msm_subsys:file w_file_perms;
# Support for battery defender
allow init-qcom-devstart-sh sysfs_chargelevel:file rw_file_perms;