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

Commit c2a059fb authored by Ajit Kumar's avatar Ajit Kumar Committed by Alain Vongsouvanh
Browse files

Enabled SYS_MODULE capability for wifi@1.0-service

Add sys_module capability to enabled insmod operation.

Change-Id: I6436c3297e5318bd00ae3582549a11cb82ccbafd
parent 93c1ca62
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -204,7 +204,8 @@ static const struct fs_path_config android_files[] = {

    // 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),
                                           CAP_MASK_LONG(CAP_NET_RAW) |
                                           CAP_MASK_LONG(CAP_SYS_MODULE),
                                           "vendor/bin/hw/android.hardware.wifi@1.0-service" },

    // A non-privileged zygote that spawns isolated processes for web rendering.