allow dumpstate to execute files under vendor/bin/dump

Bug: 240530709
Test: adb bugreport has the same result
Change-Id: I6927c3ab64369f1e3c30842d571f66374dd544ac
This commit is contained in:
Adam Shih 2022-09-16 11:29:12 +08:00
parent 7a25196bf5
commit 552fe66f7f
3 changed files with 19 additions and 8 deletions

View file

@ -76,7 +76,6 @@ struct DumpstateDevice : public IDumpstateDevice {
void dumpAoCSection(int fd);
void dumpRamdumpSection(int fd);
void dumpMiscSection(int fd);
void dumpSection(int fd);
void dumpCameraSection(int fd);
void dumpTrustySection(int fd);
void dumpModemSection(int fd);