android_mt6572_jiabo/device/qcom/sepolicy/common/adsprpcd.te
2025-09-05 16:56:03 +08:00

11 lines
270 B
Text

# adsprpcd daemon
type adsprpcd, domain, domain_deprecated;
type adsprpcd_exec, exec_type, file_type;
# Started by init
init_daemon_domain(adsprpcd)
allow adsprpcd qdsp_device:chr_file r_file_perms;
# For reading dir/files on /dsp
r_dir_file(adsprpcd, adsprpcd_file)