You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
aaronjwood
changed the title
Host scans don't work on Android 13 due to SELinux blocking nlmsg_getneigh
Host scans don't work on Android 12 or 13 due to SELinux blocking nlmsg_getneigh
Sep 11, 2022
aaronjwood
changed the title
Host scans don't work on Android 12 or 13 due to SELinux blocking nlmsg_getneigh
Host scans break when targeting Android 12/13 (SDK versions 32/33 respectively) due to SELinux blocking nlmsg_getneigh
Sep 11, 2022
Yeah, that's probably what you're hitting. The latest version I've rolled out (v2.4.5) works around this for now. It's not a long term solution as I am just targeting an older API version rather than the very latest.
Has anyone found a workaround for gathering mac addresses? Google Play won't let you publish now unless you target API33. It's so daft, because it means you can't know which device is which on a local network. I think Apple maybe has a similar policy and that Google have simply copied it, without properly thinking through the consequences.
When targeting SDK version 32 or 33 we run into this:
The offender originates here:
sendmsg
is our problem:The text was updated successfully, but these errors were encountered: