Merge "Revert "Remove capability setting for legacy_wifi_hal"" into oc-dev am: df54d0efc3

am: f7e92a235f

Change-Id: Ie5c31fdc751d59b7261e7667167a43076d486ff4
This commit is contained in:
Randy Pan 2017-04-27 03:54:23 +00:00 committed by android-build-merger
commit e2cdc58c25
1 changed files with 5 additions and 0 deletions

View File

@ -195,6 +195,11 @@ static const struct fs_path_config android_files[] = {
CAP_MASK_LONG(CAP_SYS_NICE),
"vendor/bin/hw/android.hardware.bluetooth@1.0-service" },
/* 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),
"vendor/bin/hw/android.hardware.wifi@1.0-service" },
/* A non-privileged zygote that spawns
* isolated processes for web rendering. */
{ 0750, AID_ROOT, AID_ROOT, CAP_MASK_LONG(CAP_SETUID) |