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

Commit 17e6df25 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "Give crash_dump CAP_SYS_PTRACE." am: 9e60a54f am: a417d90e am: 55cb039f

am: e5c8e7dd

Change-Id: I66c1b0751eada4047e5ce6a19634bc3912924280
parents 3cb13370 e5c8e7dd
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -182,8 +182,11 @@ static const struct fs_path_config android_files[] = {
                                           CAP_MASK_LONG(CAP_SETPCAP),
                                              "system/bin/webview_zygote64" },

    { 00755, AID_ROOT,      AID_SHELL,     0, "system/bin/crash_dump32" },
    { 00755, AID_ROOT,      AID_SHELL,     0, "system/bin/crash_dump64" },
    { 00755, AID_ROOT,      AID_SHELL,     CAP_MASK_LONG(CAP_SYS_PTRACE),
                                              "system/bin/crash_dump32" },
    { 00755, AID_ROOT,      AID_SHELL,     CAP_MASK_LONG(CAP_SYS_PTRACE),
                                              "system/bin/crash_dump64" },

    { 00755, AID_ROOT,      AID_SHELL,     0, "system/bin/debuggerd" },
    { 00750, AID_ROOT,      AID_ROOT,      0, "system/bin/uncrypt" },
    { 00750, AID_ROOT,      AID_ROOT,      0, "system/bin/install-recovery.sh" },