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

Commit 6e8ffe3f authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Allow execmem and ashmem_device execute as required."

parents d23bd8f5 61c7107d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -76,4 +76,7 @@ BOARD_FLASH_BLOCK_SIZE := 512
TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true

BOARD_SEPOLICY_DIRS += build/target/board/generic/sepolicy
BOARD_SEPOLICY_UNION += domain.te surfaceflinger.te
BOARD_SEPOLICY_UNION += \
        bootanim.te \
        domain.te \
        surfaceflinger.te
+2 −0
Original line number Diff line number Diff line
allow bootanim self:process execmem;
allow bootanim ashmem_device:chr_file execute;
+1 −0
Original line number Diff line number Diff line
allow surfaceflinger self:process execmem;
allow surfaceflinger ashmem_device:chr_file execute;