Revert "Give crash_dump CAP_SYS_PTRACE." am: ac91b0c452
am: c49f8f3e3d
am: 3d1ca37b0d
am: f11accb25b
Change-Id: Ifc56a652f63419e72274c725d401f67b6fd86320
This commit is contained in:
commit
0633e1ce75
1 changed files with 2 additions and 5 deletions
|
@ -182,11 +182,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" },
|
||||
|
|
Loading…
Reference in a new issue