Enabled SYS_MODULE capability for wifi@1.0-service
Add sys_module capability to enabled insmod operation. Change-Id: I6436c3297e5318bd00ae3582549a11cb82ccbafd
This commit is contained in:
parent
93c1ca6224
commit
c2a059fbf0
1 changed files with 3 additions and 2 deletions
|
|
@ -204,8 +204,9 @@ 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),
|
||||
"vendor/bin/hw/android.hardware.wifi@1.0-service" },
|
||||
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.
|
||||
{ 0750, AID_ROOT, AID_ROOT, CAP_MASK_LONG(CAP_SETUID) |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue