diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2022-03-20 19:17:05 -0300 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-05 21:30:23 +0530 |
commit | 2c11d61122273443086a02b0b0fda9638e677bfc (patch) | |
tree | 00982ee09ab793899e874d1eabef13af01d9d2db /sepolicy/vendor/hal_neuralnetworks_default.te | |
parent | f84b614229fb517e286de6e72c869a7ef24d8d64 (diff) |
veux: sepolicy: Make fastrpc_shell_3 publicly available
* Used by GCAM for DSP-accelerated HDR processing
* Arguably we should label /vendor/dsp/cdsp/fastrpc_shell_3 to
same_process_hal_file like Pixels, but the partition is prebuilt thus
we're unable to relabel it.
* Copy the file to writable tmpfs, setup attributes and bind mount back
to workaround the limitation.
[ghostrider-reborn]:
Allow adsp/cdsprpcd and neuralnetworks HAL to access fastrpc_shell_3
[kras edit:
1. rename some contexts as per qva/kona
2. extend to allow camera HAL and VPP service to access it as well]
Co-authored-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
Diffstat (limited to 'sepolicy/vendor/hal_neuralnetworks_default.te')
-rw-r--r-- | sepolicy/vendor/hal_neuralnetworks_default.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/vendor/hal_neuralnetworks_default.te b/sepolicy/vendor/hal_neuralnetworks_default.te new file mode 100644 index 0000000..97582e9 --- /dev/null +++ b/sepolicy/vendor/hal_neuralnetworks_default.te @@ -0,0 +1 @@ +r_dir_file(vendor_hal_neuralnetworks_default, public_adsprpcd_file)
\ No newline at end of file |