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

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

Merge "Add policy for x86 emulator."

parents 3ccb437d 737f9a16
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