QNetworkInterface: disable Netlink-based Linux support on Android
Android 11's SELinux rules block the RTM_GETLINK requests that qnetworkinterface_linux.cpp needs to make. So disable this completely and fall back on the older rimplementation. Bionic has some workarounds in their getifaddrs() implementation to make this work. Fixes: QTBUG-86394 Pick-to: 5.15 5.15.1 Change-Id: I87447a0ecdee4dc7b506fffd163180c2b1db7835 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
This commit is contained in:
parent
e2e493a016
commit
e33d40a884
@ -273,7 +273,7 @@
|
||||
},
|
||||
"linux-netlink": {
|
||||
"label": "Linux AF_NETLINK",
|
||||
"condition": "config.linux && tests.linux-netlink",
|
||||
"condition": "config.linux && !config.android && tests.linux-netlink",
|
||||
"output": [ "privateFeature" ]
|
||||
},
|
||||
"openssl": {
|
||||
|
Loading…
Reference in New Issue
Block a user