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

Commit 13b48588 authored by Ji-Hwan Lee's avatar Ji-Hwan Lee Committed by Gerrit Code Review
Browse files

Merge "Allow qemu_device read-write access to various processes"

parents e624fd28 93e45076
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@ TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
BOARD_SEPOLICY_DIRS += build/target/board/generic/sepolicy
BOARD_SEPOLICY_UNION += \
        adbd.te \
        app.te \
        bootanim.te \
        device.te \
        domain.te \
@@ -88,4 +89,5 @@ BOARD_SEPOLICY_UNION += \
        rild.te \
        shell.te \
        surfaceflinger.te \
        system_server.te
        system_server.te \
        zygote.te
+1 −0
Original line number Diff line number Diff line
allow appdomain qemu_device:chr_file rw_file_perms;
+1 −0
Original line number Diff line number Diff line
allow bootanim self:process execmem;
allow bootanim ashmem_device:chr_file execute;
allow bootanim qemu_device:chr_file rw_file_perms;
+1 −0
Original line number Diff line number Diff line
allow surfaceflinger self:process execmem;
allow surfaceflinger ashmem_device:chr_file execute;
allow surfaceflinger qemu_device:chr_file rw_file_perms;
+1 −0
Original line number Diff line number Diff line
allow zygote qemu_device:chr_file rw_file_perms;
Loading