sepolicy_vndr: Add rule to allow graphics_composer to find qspm hal
Change-Id: I7cb46f73c72170b46390321fa4144cd23f17471a
This commit is contained in:
parent
e0fbf94bb4
commit
7650c747a6
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@ unix_socket_connect(hal_graphics_composer_default, vendor_qdcmsocket, vendor_qdc
|
|||
#allow composer to find hal_perf
|
||||
hal_client_domain(hal_graphics_composer_default, vendor_hal_perf);
|
||||
|
||||
#allow composer to find hal_qspmhal
|
||||
hal_client_domain(hal_graphics_composer_default, vendor_hal_qspmhal);
|
||||
|
||||
# Allow access to qipcrtr_socket
|
||||
# Remove this when QMI service moves to pfmd
|
||||
allow hal_graphics_composer self:{ socket qipcrtr_socket } create_socket_perms;
|
||||
|
|
Loading…
Reference in a new issue