Revert "fs_config: Move hostapd to /vendor/bin/hw"
This reverts commit 656b75c77c.
Capability bits are moving from fs_config.cpp to the associated init
scripts for daemons on /vendor.
Bug: 74554159
Test: wifi tethering works on walleye
This commit is contained in:
parent
677bed578e
commit
666464a180
1 changed files with 1 additions and 6 deletions
|
|
@ -186,16 +186,11 @@ 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 (Old Path: <= O-MR1 release).
|
||||
// Support hostapd administering a network interface.
|
||||
{ 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) |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue