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

Commit bf863dbf authored by bohu's avatar bohu
Browse files

Fix emulator specific SELinux denials related to qemu.gles

init: avc:  denied  { set } for property=qemu.gles pid=108 uid=1003 gid=1003 scontext=u:r:bootanim:s0 tcontext=u:object_r:qemu_prop:s0 tclass=property_service permissive=1
init: avc:  denied  { set } for property=qemu.gles pid=75 uid=0 gid=0 scontext=u:r:zygote:s0 tcontext=u:object_r:qemu_prop:s0 tclass=property_service permissive=1

bug: 28221393
Change-Id: Icb0ee7fbf9a7b985f66fac087a48d9b5789e2b67
parent 05ce0a94
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
allow bootanim self:process execmem;
allow bootanim ashmem_device:chr_file execute;

set_prop(bootanim, qemu_prop)
+1 −0
Original line number Diff line number Diff line
set_prop(zygote, qemu_prop)