Merge "sepolicy_vndr: suppress xdsp denial."
This commit is contained in:
commit
d3b3dd6472
1 changed files with 4 additions and 0 deletions
4
qva/vendor/common/vppservice.te
vendored
Normal file → Executable file
4
qva/vendor/common/vppservice.te
vendored
Normal file → Executable file
|
@ -57,6 +57,10 @@ allow vendor_vppservice ion_device:chr_file rw_file_perms;
|
|||
allow vendor_vppservice video_device:chr_file rw_file_perms;
|
||||
allow vendor_vppservice vendor_qdsp_device:chr_file r_file_perms;
|
||||
allow vendor_vppservice gpu_device:chr_file rw_file_perms;
|
||||
|
||||
# suppress xdsp denial, since it is expected
|
||||
dontaudit vendor_vppservice vendor_xdsp_device:chr_file { open read ioctl };
|
||||
|
||||
# allow vppservice to access dsp read_prop
|
||||
get_prop(vendor_vppservice, vendor_adsprpc_prop)
|
||||
|
||||
|
|
Loading…
Reference in a new issue