replicant-vendor_replicant/sepolicy/surfaceflinger.te
Wolfgang Wiedmeyer cd25e76555
sepolicy: allow bootanim and surfaceflinger execmem and access to ashmem
This allows the device to boot with software rendering
using build/target/board/generic/sepolicy as reference

Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2016-02-16 17:32:25 +01:00

3 lines
96 B
Plaintext

allow surfaceflinger self:process execmem;
allow surfaceflinger ashmem_device:chr_file execute;