Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7e92a23 authored by Randy Pan's avatar Randy Pan Committed by android-build-merger
Browse files

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

am: df54d0ef

Change-Id: I631cc474f74c51f2de08d00b774f0d6c32818b5c
parents 602380aa df54d0ef
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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) |