libcutils: fs_config.c mark vendor, odm and oem partitions in duplicate
am: fde19425f3
Change-Id: Id2d51a818161b8345332ecbac82784eea4d82dab
This commit is contained in:
commit
9432fb8d8b
|
@ -195,6 +195,9 @@ static const struct fs_path_config android_files[] = {
|
|||
"system/bin/surfaceflinger" },
|
||||
|
||||
/* Support hostapd administering a network interface. */
|
||||
{ 00755, AID_WIFI, AID_WIFI, CAP_MASK_LONG(CAP_NET_ADMIN) |
|
||||
CAP_MASK_LONG(CAP_NET_RAW),
|
||||
"system/vendor/bin/hostapd" },
|
||||
{ 00755, AID_WIFI, AID_WIFI, CAP_MASK_LONG(CAP_NET_ADMIN) |
|
||||
CAP_MASK_LONG(CAP_NET_RAW),
|
||||
"vendor/bin/hostapd" },
|
||||
|
|
Loading…
Reference in New Issue