diff options
author | Brad Fitzpatrick <bradfitz@android.com> | 2011-03-01 15:12:11 -0800 |
---|---|---|
committer | Brad Fitzpatrick <bradfitz@android.com> | 2011-03-01 15:12:11 -0800 |
commit | 8d1c6e76859e1dd51644f5f0f7f21f3950430157 (patch) | |
tree | 1337c475d1947b65f2354c07723324f33f958ee8 /include/private | |
parent | dce4d06b5c92f375bcf2efcb5b2d87d7566d04f2 (diff) | |
download | system_core-8d1c6e76859e1dd51644f5f0f7f21f3950430157.zip system_core-8d1c6e76859e1dd51644f5f0f7f21f3950430157.tar.gz system_core-8d1c6e76859e1dd51644f5f0f7f21f3950430157.tar.bz2 |
Make optional valgrind binaries +x.
Change-Id: If3417e0c8728c7c74badb12de734cf06e794619d
Diffstat (limited to 'include/private')
-rw-r--r-- | include/private/android_filesystem_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 3194bde..1db8065 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -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/*" }, |