forked from openkylin/platform_build
Merge "Allow execmem and ashmem_device execute as required."
This commit is contained in:
commit
6e8ffe3f1e
|
@ -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
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
allow bootanim self:process execmem;
|
||||
allow bootanim ashmem_device:chr_file execute;
|
|
@ -1 +1,2 @@
|
|||
allow surfaceflinger self:process execmem;
|
||||
allow surfaceflinger ashmem_device:chr_file execute;
|
||||
|
|
Loading…
Reference in New Issue