From cd25e765552632d6ba1126d668052e970c97fad5 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Tue, 16 Feb 2016 17:32:25 +0100 Subject: 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 --- sepolicy/surfaceflinger.te | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sepolicy/surfaceflinger.te (limited to 'sepolicy/surfaceflinger.te') diff --git a/sepolicy/surfaceflinger.te b/sepolicy/surfaceflinger.te new file mode 100644 index 00000000..4c354697 --- /dev/null +++ b/sepolicy/surfaceflinger.te @@ -0,0 +1,2 @@ +allow surfaceflinger self:process execmem; +allow surfaceflinger ashmem_device:chr_file execute; -- cgit v1.2.3