Merge "Give wifi_hal_legacy access to netlink"

This commit is contained in:
Treehugger Robot 2016-09-23 16:27:41 +00:00 committed by Gerrit Code Review
commit 6fc7eaaad0
1 changed files with 3 additions and 0 deletions

View File

@ -146,6 +146,9 @@ static const struct fs_path_config android_files[] = {
{ 00755, AID_WIFI, AID_WIFI, CAP_MASK_LONG(CAP_NET_ADMIN) |
CAP_MASK_LONG(CAP_NET_RAW), "system/bin/hostapd" },
/* Support wifi_hal_legacy administering a network interface. */
{ 00755, AID_WIFI, AID_WIFI, CAP_MASK_LONG(CAP_NET_ADMIN) | CAP_MASK_LONG(CAP_NET_RAW), "system/bin/hw/wifi_hal_legacy" },
{ 00750, AID_ROOT, AID_ROOT, 0, "system/bin/uncrypt" },
{ 00750, AID_ROOT, AID_ROOT, 0, "system/bin/install-recovery.sh" },
{ 00755, AID_ROOT, AID_SHELL, 0, "system/bin/*" },