* Dropped in S sepolicy but we need it since we have blobs from R. Signed-off-by: bengris32 <bengris32@protonmail.ch> Change-Id: Ifb8fa7d8e28b1d74c1bf3ea6b817afd3c84a90c6
7 lines
245 B
Plaintext
7 lines
245 B
Plaintext
# HwBinder IPC from clients into server, and callbacks
|
|
binder_call(hal_gpu_client, hal_gpu_server)
|
|
binder_call(hal_gpu_server, hal_gpu_client)
|
|
|
|
# give permission for hal client
|
|
allow hal_gpu_client mtk_hal_gpu_hwservice :hwservice_manager find;
|