Merge "Remove capability setting for legacy_wifi_hal" into oc-dev
am: 8ed2e54ce5
Change-Id: I730d7d2f8da7c07981f08a284ea3c2e0f1344d05
This commit is contained in:
commit
9ff5e014bd
|
@ -193,11 +193,6 @@ static const struct fs_path_config android_files[] = {
|
|||
{ 00700, AID_BLUETOOTH, AID_BLUETOOTH, CAP_MASK_LONG(CAP_NET_ADMIN),
|
||||
"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) |
|
||||
|
|
Loading…
Reference in New Issue