Merge "libcutils: Make /data/nativetest{,64}/* executable."

am: 00617fbe57

* commit '00617fbe57a6330537a51b81c2e346b934f40d9e':
  libcutils: Make /data/nativetest{,64}/* executable.
This commit is contained in:
Daniel Erat 2015-11-02 17:01:47 +00:00 committed by android-build-merger
commit 839cadfc9b
1 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,8 @@ static const struct fs_path_config android_files[] = {
{ 00644, AID_MEDIA_RW, AID_MEDIA_RW, 0, "data/media/*" },
{ 00644, AID_SYSTEM, AID_SYSTEM, 0, "data/app-private/*" },
{ 00644, AID_APP, AID_APP, 0, "data/data/*" },
{ 00750, AID_ROOT, AID_SHELL, 0, "data/nativetest/*" },
{ 00750, AID_ROOT, AID_SHELL, 0, "data/nativetest64/*" },
/* the following four files are INTENTIONALLY set-uid, but they
* are NOT included on user builds. */