Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/osm0sis/mkbootfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Wills <mwills@google.com>2016-09-02 21:14:35 +0300
committerosm0sis <osm0sis@outlook.com>2016-11-22 08:06:56 +0300
commit1285f2f6396a262260591bf3c76d4676734e2855 (patch)
tree7335c0a272f43efdc7af20850a0e65b1625d345a
parent21aaf65cd4d4f2e5b4db3fa9b20b8a3c3b61838d (diff)
Give wifi_hal_legacy access to netlink
Bug: 31352200 Change-Id: I02bbbbc2be028b482d5c3d3e903ed2c9addebd77 Conflicts: libcutils/fs_config.c Resolution: Backport fs_config.c changes to android_filesystem_config.h
-rw-r--r--private/android_filesystem_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/private/android_filesystem_config.h b/private/android_filesystem_config.h
index d1111799..2b150013 100644
--- a/private/android_filesystem_config.h
+++ b/private/android_filesystem_config.h
@@ -398,6 +398,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/*" },