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

Commit eb0a009c authored by Gavin Corkery's avatar Gavin Corkery Committed by Automerger Merge Worker
Browse files

Merge "Revert "dumpstate: explicitly specify capabilities"" am: 74277baf am: 4023b99f

parents d49f15fb 4023b99f
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -8,7 +8,6 @@ service dumpstate /system/bin/dumpstate -s
    socket dumpstate stream 0660 shell log
    socket dumpstate stream 0660 shell log
    disabled
    disabled
    oneshot
    oneshot
    capabilities CHOWN DAC_OVERRIDE DAC_READ_SEARCH FOWNER FSETID KILL NET_ADMIN NET_RAW SETGID SETUID SYS_PTRACE SYS_RESOURCE BLOCK_SUSPEND SYSLOG


# dumpstatez generates a zipped bugreport but also uses a socket to print the file location once
# dumpstatez generates a zipped bugreport but also uses a socket to print the file location once
# it is finished.
# it is finished.
@@ -17,11 +16,9 @@ service dumpstatez /system/bin/dumpstate -S
    class main
    class main
    disabled
    disabled
    oneshot
    oneshot
    capabilities CHOWN DAC_OVERRIDE DAC_READ_SEARCH FOWNER FSETID KILL NET_ADMIN NET_RAW SETGID SETUID SYS_PTRACE SYS_RESOURCE BLOCK_SUSPEND SYSLOG


# bugreportd starts dumpstate binder service and makes it wait for a listener to connect.
# bugreportd starts dumpstate binder service and makes it wait for a listener to connect.
service bugreportd /system/bin/dumpstate -w
service bugreportd /system/bin/dumpstate -w
    class main
    class main
    disabled
    disabled
    oneshot
    oneshot
    capabilities CHOWN DAC_OVERRIDE DAC_READ_SEARCH FOWNER FSETID KILL NET_ADMIN NET_RAW SETGID SETUID SYS_PTRACE SYS_RESOURCE BLOCK_SUSPEND SYSLOG