sepolicy: allow access to hal allocator
Allow pasrmanager to use hal allocator and ashmem for memory sharing. Change-Id: I6a46aa341efdb7e81c25933ff9cad0f40a28f0a0
This commit is contained in:
parent
56b3949789
commit
9bc4c741ef
1 changed files with 2 additions and 0 deletions
2
qva/vendor/common/hal_pasrmanager_memory.te
vendored
2
qva/vendor/common/hal_pasrmanager_memory.te
vendored
|
@ -61,3 +61,5 @@ allow vendor_pasrmanager_memory_qti sysfs:dir r_dir_perms;
|
|||
|
||||
# For reading "vendor.pasr." properties
|
||||
get_prop(vendor_pasrmanager_memory_qti, vendor_pasr_prop)
|
||||
|
||||
hal_client_domain(vendor_pasrmanager_memory_qti, hal_allocator)
|
||||
|
|
Loading…
Reference in a new issue