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

Commit 1958f4e6 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "Explicit init .rc user." am: e7d8f94d am: 69dca29b

parents b644ac69 69dca29b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -533,6 +533,7 @@ on property:persist.debug.atrace.boottrace=1

# Run atrace with the categories written in a file
service boottrace /system/bin/atrace --async_start -f /data/misc/boottrace/categories
    user root
    disabled
    oneshot

+3 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ service dumpstate /system/bin/dumpstate -s
    socket dumpstate stream 0660 shell log
    disabled
    oneshot
    user root

# dumpstatez generates a zipped bugreport but also uses a socket to print the file location once
# it is finished.
@@ -16,9 +17,11 @@ service dumpstatez /system/bin/dumpstate -S
    class main
    disabled
    oneshot
    user root

# bugreportd starts dumpstate binder service and makes it wait for a listener to connect.
service bugreportd /system/bin/dumpstate -w
    class main
    disabled
    oneshot
    user root
+1 −0
Original line number Diff line number Diff line

service installd /system/bin/installd
    class main
    user root
    capabilities CHOWN DAC_OVERRIDE DAC_READ_SEARCH FOWNER FSETID KILL SETGID SETUID SYS_ADMIN

on early-boot