[Detail] Add sepolicy for gpu hidl MTK-Commit-Id: c603f9f321c0f50cf21227787ccc3c35e50e55d2 Change-Id: I7a0ed82e546391a509687ef1b4cf5927cfbefe46 CR-Id: ALPS04383692 Feature: OpenGL|ES
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;
|