diff options
author | Brian Swetland <swetland@google.com> | 2010-09-19 03:49:43 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-09-19 03:49:43 -0700 |
commit | 3b5214a67f43e2e4f69428e98d3a2c130c7c87d8 (patch) | |
tree | e8e91a8942a7a26bf063734b93e77e1aa1d0aa3a /include/private | |
parent | 06b21887e8f5719e9b421371b4a47ef371c972b5 (diff) | |
parent | 02863b957cfbfc302d3136ed78c0cba86accacd8 (diff) | |
download | system_core-3b5214a67f43e2e4f69428e98d3a2c130c7c87d8.zip system_core-3b5214a67f43e2e4f69428e98d3a2c130c7c87d8.tar.gz system_core-3b5214a67f43e2e4f69428e98d3a2c130c7c87d8.tar.bz2 |
am 02863b95: add /vendor support
Merge commit '02863b957cfbfc302d3136ed78c0cba86accacd8' into gingerbread-plus-aosp
* commit '02863b957cfbfc302d3136ed78c0cba86accacd8':
add /vendor support
Diffstat (limited to 'include/private')
-rw-r--r-- | include/private/android_filesystem_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 121d082..d531edd 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -142,6 +142,7 @@ static struct fs_path_config android_dirs[] = { { 00771, AID_SYSTEM, AID_SYSTEM, "data" }, { 00750, AID_ROOT, AID_SHELL, "sbin" }, { 00755, AID_ROOT, AID_SHELL, "system/bin" }, + { 00755, AID_ROOT, AID_SHELL, "system/vendor" }, { 00755, AID_ROOT, AID_SHELL, "system/xbin" }, { 00755, AID_ROOT, AID_ROOT, "system/etc/ppp" }, { 00777, AID_ROOT, AID_ROOT, "sdcard" }, @@ -190,6 +191,7 @@ static struct fs_path_config android_files[] = { { 06750, AID_ROOT, AID_SHELL, "system/bin/run-as" }, { 00755, AID_ROOT, AID_SHELL, "system/bin/*" }, { 00755, AID_ROOT, AID_SHELL, "system/xbin/*" }, + { 00755, AID_ROOT, AID_SHELL, "system/vendor/bin/*" }, { 00750, AID_ROOT, AID_SHELL, "sbin/*" }, { 00755, AID_ROOT, AID_ROOT, "bin/*" }, { 00750, AID_ROOT, AID_SHELL, "init*" }, |