Revert "Give crash_dump CAP_SYS_PTRACE." am: ac91b0c452

am: c49f8f3e3d

Change-Id: Iadfc4c83a1ae67faff583b511c82c790970505bb
This commit is contained in:
Josh Gao 2017-02-06 18:52:31 +00:00 committed by android-build-merger
commit 3d1ca37b0d
1 changed files with 2 additions and 5 deletions

View File

@ -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" },