android_filesystem_config.h: update to vendor partition path

Change-Id: I3bd8321ba20521bd90afb749086b08009d6ee692
This commit is contained in:
Thierry Strudel
2017-02-21 22:17:08 -08:00
parent f8239eb92e
commit b9343df777

View File

@@ -32,8 +32,8 @@ static const struct fs_path_config android_device_dirs[] = {
** and will allow partial matches.
*/
static const struct fs_path_config android_device_files[] = {
{ 00755, AID_SYSTEM, AID_SYSTEM, (1ULL << CAP_NET_BIND_SERVICE), "system/vendor/bin/pm-service" },
{ 00755, AID_SYSTEM, AID_SYSTEM, (1ULL << CAP_NET_BIND_SERVICE), "system/vendor/bin/cnss-daemon"},
{ 00755, AID_SYSTEM, AID_SYSTEM, (1ULL << CAP_NET_BIND_SERVICE), "vendor/bin/pm-service" },
{ 00755, AID_SYSTEM, AID_SYSTEM, (1ULL << CAP_NET_BIND_SERVICE), "vendor/bin/cnss-daemon"},
#ifdef NO_ANDROID_FILESYSTEM_CONFIG_DEVICE_DIRS
{ 00000, AID_ROOT, AID_ROOT, 0, "system/etc/fs_config_dirs" },
#endif