From 80024f17fc4dc2c3ddc895f962f0a74162b67e0f Mon Sep 17 00:00:00 2001 From: Todd Frederick Date: Thu, 20 Mar 2025 03:29:47 +0000 Subject: Revert "Include stack traces from keystore2 in bugreports on debuggable builds" This reverts commit e846316a9f4e4cf35064267362e6d626e94d6a74. Dumping keystore is not allowed due to an SELinux neverallow rule most recently added in aosp/3311665. Bug: 376065666 Test: Check for denial after taking a bug report Flag: EXEMPT bugfix Change-Id: I0e6a2ff1578602f7616c12e8fc9253dddaa67779 --- libs/dumputils/dump_utils.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/dumputils/dump_utils.cpp b/libs/dumputils/dump_utils.cpp index 43ee33eb86..2d18d80678 100644 --- a/libs/dumputils/dump_utils.cpp +++ b/libs/dumputils/dump_utils.cpp @@ -50,7 +50,6 @@ static const char* native_processes_to_dump[] = { // Native processes to dump on debuggable builds. static const char* debuggable_native_processes_to_dump[] = { - "/system/bin/keystore2", "/system/bin/vold", NULL, }; -- cgit v1.2.3-59-g8ed1b