dumpstate: add readtracefs group permission for vendor dumpstate service

Fix the permission problem when bugreport wants to read pixel trace
node /sys/kernel/tracing/instances/pixel/trace.

Bug: 387943504
Test: adb bugreport
Test: adb shell dumpsys android.hardware.dumpstate.IDumpstateDevice/default dump_memory
Test: system-ui trigger bugreport
Flag: EXEMPT bugfix
Change-Id: I2e666e8a1e40bce83b1f8c1b447e2d64e8912098
This commit is contained in:
Richard Chang 2025-01-06 11:18:55 +00:00
parent b24840ba97
commit 0c57ab86da

View file

@ -1,5 +1,5 @@
service vendor.dumpstate-default /vendor/bin/hw/android.hardware.dumpstate-service service vendor.dumpstate-default /vendor/bin/hw/android.hardware.dumpstate-service
class hal class hal
user system user system
group system shell group system shell readtracefs
interface aidl android.hardware.dumpstate.IDumpstateDevice/default interface aidl android.hardware.dumpstate.IDumpstateDevice/default