summaryrefslogtreecommitdiffstats
path: root/libcutils
diff options
context:
space:
mode:
authorErik Kline <ek@google.com>2016-05-27 13:13:07 +0900
committerErik Kline <ek@google.com>2016-05-27 17:37:53 +0900
commita5a9c74f202eb344fd003d658a59f0510c0d0f40 (patch)
tree888c88e005a5688e193103cb7b70772f7ddb2079 /libcutils
parent1265fd493471b6e94cc4e9853d9307d7fde2fe98 (diff)
downloadsystem_core-a5a9c74f202eb344fd003d658a59f0510c0d0f40.tar.gz
system_core-a5a9c74f202eb344fd003d658a59f0510c0d0f40.tar.bz2
system_core-a5a9c74f202eb344fd003d658a59f0510c0d0f40.zip
Add /vendor/xbin to the list of directories of executables
Bug: 28850734 Change-Id: Iaa14a463294d1f8a9c69328a273ce7f12a558bab
Diffstat (limited to 'libcutils')
-rw-r--r--libcutils/fs_config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcutils/fs_config.c b/libcutils/fs_config.c
index 0abfcbf71..840ac86f8 100644
--- a/libcutils/fs_config.c
+++ b/libcutils/fs_config.c
@@ -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*" },