Closed rhclayto closed 3 years ago
Is this something to be concerned about?
Your android denies access to the sh linux shell. This is required to obtain the default gateway address for your network.
Should I disable ARP Scanning?
If you see this message, it means that the ARP scanner is not actually working. You can turn it off.
After re-enabling ARP spoofing detection, the messages are gone. Mysterious.
Yep. This is strange. The best way is to check the ARP scanner if you know how. Or you should see your gateway address and MAC in the InviZible logs.
The aforementioned log entries returned after some time. The gateway address & MAC address are not found in the logs, so I will disabled ARP spoofing detection.
Running logcat on my device, I find the following the the logs, repeating every ten seconds:
I have no experience debugging Android, but a quick DuckDuckGo search says that
avc: denied { bind }
indicates an SELinux policy denial. As this always comes after theArpScanner onCommandResult
line, I wonder if ARP Scanning (which I have enabled in InviZible) conflicts with the SELinux policy of my device (GrapheneOS ROM on Google Pixel 4 XL).Is this something to be concerned about? Should I disable ARP Scanning?
Edit: Disabling ARP spoofing detection in InviZible settings eliminates the log messages. Is it a problem to have it enabled? I don't care about the log messages, but I wonder if they indicate something is not working.
Edit2: After re-enabling ARP spoofing detection, the messages are gone. Mysterious.