Merge "Give wifi_hal_legacy access to netlink"
am: 6fc7eaaad0
Change-Id: Ia3a6d48dab8123a5dc4e42d4b0d271d2e2c880e2
This commit is contained in:
commit
c3d7cb95cc
1 changed files with 3 additions and 0 deletions
|
@ -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/*" },
|
||||
|
|
Loading…
Reference in a new issue