Merge "sepolicy: Declared FastCV libs as sp-hal"

This commit is contained in:
qctecmdr 2019-05-09 04:01:18 -07:00 committed by Gerrit - the friendly Code Review server
commit a608767889
2 changed files with 9 additions and 0 deletions

View file

@ -241,6 +241,11 @@
/vendor/lib(64)?/libmdsprpc\.so u:object_r:same_process_hal_file:s0
/vendor/lib/dsp/fastrpc_shell_0 u:object_r:same_process_hal_file:s0
# Fastcv libs
/vendor/lib(64)?/libfastcvdsp_stub\.so u:object_r:same_process_hal_file:s0
/vendor/lib(64)?/libfastcvadsp_stub\.so u:object_r:same_process_hal_file:s0
/vendor/lib(64)?/libfastcvopt\.so u:object_r:same_process_hal_file:s0
# data files
/data/vendor/netmgr(/.*)? u:object_r:netmgr_data_file:s0
/data/vendor/netmgr/recovery(/.*)? u:object_r:netmgr_recovery_data_file:s0

View file

@ -28,3 +28,7 @@
#perf
hal_client_domain(platform_app, hal_perf)
#cvp
hal_client_domain(platform_app, hal_cvp)
#scve
hal_client_domain(platform_app, hal_scve)