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

Commit 9e555f66 authored by Roshan Pius's avatar Roshan Pius Committed by Android (Google) Code Review
Browse files

Merge "fs_config: Move hostapd to /vendor/bin/hw"

parents 3fc73759 656b75c7
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -185,11 +185,16 @@ static const struct fs_path_config android_files[] = {
    { 00755, AID_SYSTEM,    AID_GRAPHICS,  CAP_MASK_LONG(CAP_SYS_NICE),
                                              "system/bin/surfaceflinger" },

    // Support hostapd administering a network interface.
    // Support hostapd administering a network interface (Old Path: <= O-MR1 release).
    { 00755, AID_WIFI,      AID_WIFI,      CAP_MASK_LONG(CAP_NET_ADMIN) |
                                           CAP_MASK_LONG(CAP_NET_RAW),
                                              "vendor/bin/hostapd" },

    // Support hostapd administering a network interface (New Path: >= P release).
    { 00750, AID_WIFI,      AID_WIFI,      CAP_MASK_LONG(CAP_NET_ADMIN) |
                                           CAP_MASK_LONG(CAP_NET_RAW),
                                              "vendor/bin/hw/hostapd" },

    // Support Bluetooth legacy hal accessing /sys/class/rfkill
    // Support RT scheduling in Bluetooth
    { 00700, AID_BLUETOOTH, AID_BLUETOOTH, CAP_MASK_LONG(CAP_NET_ADMIN) |