Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 913a9902 authored by bohu's avatar bohu
Browse files

emulator: fix selinux issues

with cas/camera/drm hals

BUG: 64726466

Test: build aosp_x86-eng, boot emulator
without camera/drm hals killed by
selinux avc denials; camera can take
pictures

Change-Id: I8a154fdb5d7aa7763aab2b912976eb9e1d329cdb
Merged-In: I8a154fdb5d7aa7763aab2b912976eb9e1d329cdb
parent 7b5e1aba
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
vndbinder_use(hal_camera_default);
allow hal_camera_default hal_graphics_mapper_hwservice:hwservice_manager find;
hal_client_domain(hal_camera_default, hal_graphics_composer)
+2 −0
Original line number Diff line number Diff line
vndbinder_use(hal_drm_default);
hal_client_domain(hal_drm_default, hal_graphics_composer)