sepolicy: Allow NNHAL full read access to {q,x}dsp_device

Required on 5.4 and older platforms.

Change-Id: Ied9eea539b95e21dc1584d671cdfbc59ef73df33
This commit is contained in:
Adithya R 2023-02-26 22:29:47 +05:30 committed by Adithya
parent 77e52b789a
commit d88799f3aa
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
allow vendor_hal_neuralnetworks_default {
vendor_qdsp_device
vendor_xdsp_device
}:chr_file r_file_perms;