Merge "Add /vendor/xbin to the list of directories of executables" into nyc-dev am: 088f0e7c40

am: deb4e6e596

* commit 'deb4e6e59660b60f643eec90453aee27d094cad9':
  Add /vendor/xbin to the list of directories of executables

Change-Id: I3fee39f704da30c8e1067a2ceb5d12a27a4051bc
This commit is contained in:
Erik Kline 2016-05-30 02:41:03 +00:00 committed by android-build-merger
commit 6e65e345e7
1 changed files with 2 additions and 0 deletions

View File

@ -149,7 +149,9 @@ static const struct fs_path_config android_files[] = {
{ 00755, AID_ROOT, AID_ROOT, 0, "system/lib64/valgrind/*" },
{ 00755, AID_ROOT, AID_SHELL, 0, "system/xbin/*" },
{ 00755, AID_ROOT, AID_SHELL, 0, "system/vendor/bin/*" },
{ 00755, AID_ROOT, AID_SHELL, 0, "system/vendor/xbin/*" },
{ 00755, AID_ROOT, AID_SHELL, 0, "vendor/bin/*" },
{ 00755, AID_ROOT, AID_SHELL, 0, "vendor/xbin/*" },
{ 00750, AID_ROOT, AID_SHELL, 0, "sbin/*" },
{ 00755, AID_ROOT, AID_ROOT, 0, "bin/*" },
{ 00750, AID_ROOT, AID_SHELL, 0, "init*" },