summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTharun Kumar Merugu <mtharu@codeaurora.org>2018-08-01 15:34:58 +0530
committeralk3pInjection <webmaster@raspii.tech>2023-06-13 00:20:25 +0800
commit601c34694002723508a24d5818f06b5cce9f103f (patch)
tree1dd67269798d1fdb6396d6e3e2464a65177889ca
parent7c3abc61c81c3c17716a74e2cbd8af6910ee25b7 (diff)
sepolicy_vndr: legacy: Allow processes to access new restricted DSP device node
Allow the known processes to offload to ADSP / SLPI using the new device node. Change-Id: Icaf8c4e1195b10711208bb5a331572ce78143560
-rw-r--r--legacy/vendor/common/cdsprpcd.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy/vendor/common/cdsprpcd.te b/legacy/vendor/common/cdsprpcd.te
index 5504381c..ce7d96e1 100644
--- a/legacy/vendor/common/cdsprpcd.te
+++ b/legacy/vendor/common/cdsprpcd.te
@@ -39,6 +39,7 @@ r_dir_file(cdsprpcd, adsprpcd_file)
get_prop(cdsprpcd, adsprpc_prop)
allow cdsprpcd qdsp_device:chr_file r_file_perms;
+allow cdsprpcd xdsp_device:chr_file r_file_perms;
allow cdsprpcd ion_device:chr_file r_file_perms;
r_dir_file(cdsprpcd, sysfs_devfreq)