libcutils: fs_config: remove aliases
Covered by the code automatically now. Test: gTest libcutils_test --gtest_filter=fs_config.* Bug: 37703469 Change-Id: Iad6ba65e023845aaea7a181b277a7383c44bd937
This commit is contained in:
parent
b1fad8a5b0
commit
88c04aae1e
1 changed files with 0 additions and 3 deletions
|
@ -184,9 +184,6 @@ static const struct fs_path_config android_files[] = {
|
|||
"system/bin/surfaceflinger" },
|
||||
|
||||
// Support hostapd administering a network interface.
|
||||
{ 00755, AID_WIFI, AID_WIFI, CAP_MASK_LONG(CAP_NET_ADMIN) |
|
||||
CAP_MASK_LONG(CAP_NET_RAW),
|
||||
"system/vendor/bin/hostapd" },
|
||||
{ 00755, AID_WIFI, AID_WIFI, CAP_MASK_LONG(CAP_NET_ADMIN) |
|
||||
CAP_MASK_LONG(CAP_NET_RAW),
|
||||
"vendor/bin/hostapd" },
|
||||
|
|
Loading…
Reference in a new issue