Merge "Give crash_dump CAP_SYS_PTRACE." am: 9e60a54f67 am: a417d90e36

am: 55cb039f55

Change-Id: Ibc8cec120a3d70776554364bd46f94349da6c0b0
This commit is contained in:
Josh Gao 2017-01-25 21:30:09 +00:00 committed by android-build-merger
commit e5c8e7ddaf
1 changed files with 5 additions and 2 deletions

View File

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