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

Commit 737f9a16 authored by Stephen Smalley's avatar Stephen Smalley
Browse files

Add policy for x86 emulator.

parent 3ccb437d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -41,3 +41,11 @@ BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_FLASH_BLOCK_SIZE := 512
TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true

BOARD_SEPOLICY_DIRS += build/target/board/generic_x86/sepolicy
BOARD_SEPOLICY_UNION += \
        domain.te \
        healthd.te \
        installd.te \
        system_server.te \
        zygote.te
+1 −0
Original line number Diff line number Diff line
allow domain cpuctl_device:dir search;
+1 −0
Original line number Diff line number Diff line
allow healthd self:capability sys_nice;
+1 −0
Original line number Diff line number Diff line
allow installd self:process execmem;
+1 −0
Original line number Diff line number Diff line
allow system_server self:process execmem;
Loading