From 2e5fc3e35cfb2192cee41d5021a0360bed186054 Mon Sep 17 00:00:00 2001 From: Steven Moreland <smoreland@google.com> Date: Wed, 22 Mar 2017 09:54:09 -0700 Subject: [PATCH] vr_wm hal client domain of graphics allocator. Test: no denials seen Bug: 36278706 Change-Id: I78d6fc84073a6ca006fb2b1ef95c73935cc9a1e0 --- public/vr_wm.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/vr_wm.te b/public/vr_wm.te index 55b654338..deedb0a00 100644 --- a/public/vr_wm.te +++ b/public/vr_wm.te @@ -1,6 +1,8 @@ type vr_wm, domain; type vr_wm_exec, exec_type, file_type; +hal_client_domain(vr_wm, hal_graphics_allocator) + binder_use(vr_wm) binder_call(vr_wm, surfaceflinger) binder_call(vr_wm, virtual_touchpad) -- GitLab