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

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

Revert "Give crash_dump CAP_SYS_PTRACE." am: ac91b0c4 am: c49f8f3e

am: 3d1ca37b

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

    { 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/crash_dump32" },
    { 00755, AID_ROOT,      AID_SHELL,     0, "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" },