replicant-vendor_replicant/sepolicy/bootanim.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

5 lines
211 B
Plaintext

# Themed resources (bootanimation)
allow bootanim theme_data_file:dir search;
allow bootanim theme_data_file:file r_file_perms;
allow bootanim self:process execmem;
allow bootanim ashmem_device:chr_file execute;