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

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

am 8dea5006: am 357842b1: Merge "Revert "Allow all domains access to /dev/qemu_trace.""

* commit '8dea5006':
  Revert "Allow all domains access to /dev/qemu_trace."
parents e1b39896 8dea5006
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -77,13 +77,17 @@ 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
        system_server.te \
        zygote.te
+1 −0
Original line number Diff line number Diff line
allow adbd qemu_device:chr_file rw_file_perms;
+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;
+0 −1
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