Make optional valgrind binaries +x.
Change-Id: If3417e0c8728c7c74badb12de734cf06e794619d
This commit is contained in:
parent
dce4d06b5c
commit
8d1c6e7685
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ static struct fs_path_config android_files[] = {
|
|||
* in user builds. */
|
||||
{ 06750, AID_ROOT, AID_SHELL, "system/bin/run-as" },
|
||||
{ 00755, AID_ROOT, AID_SHELL, "system/bin/*" },
|
||||
{ 00755, AID_ROOT, AID_ROOT, "system/lib/valgrind/*" },
|
||||
{ 00755, AID_ROOT, AID_SHELL, "system/xbin/*" },
|
||||
{ 00755, AID_ROOT, AID_SHELL, "system/vendor/bin/*" },
|
||||
{ 00750, AID_ROOT, AID_SHELL, "sbin/*" },
|
||||
|
|
Loading…
Reference in a new issue