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

am: 9bff938588

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

Change-Id: Ie067cc09018512e488aae639215b91b243198a4f
This commit is contained in:
Erik Kline 2016-05-30 02:45:05 +00:00 committed by android-build-merger
commit f9276c8777

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*" },