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

Commit 3aeceecd authored by dcashman's avatar dcashman Committed by Android Git Automerger
Browse files

am cd978db2: am 96df14d6: Merge "Allow all domains access to /dev/qemu_trace."

* commit 'cd978db2':
  Allow all domains access to /dev/qemu_trace.
parents 4d386c8e cd978db2
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -77,17 +77,13 @@ 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 \
        file.te \
        file_contexts \
        mediaserver.te \
        qemud.te \
        rild.te \
        shell.te \
        surfaceflinger.te \
        system_server.te \
        zygote.te
        system_server.te
+0 −1
Original line number Diff line number Diff line
allow adbd qemu_device:chr_file rw_file_perms;
+0 −1
Original line number Diff line number Diff line
allow appdomain qemu_device:chr_file rw_file_perms;
+0 −1
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
# For /sys/qemu_trace files in the emulator.
allow domain sysfs_writable:file rw_file_perms;
allow domain qemu_device:chr_file rw_file_perms;
Loading