meefik / linuxdeploy

Install and run GNU/Linux on Android
https://meefik.github.io/linuxdeploy
GNU General Public License v3.0
5.21k stars 679 forks source link

Linuxdeploy can access the network normally under the root user, but after switching to a regular user, it cannot access the network. #1384

Open alatter opened 7 months ago

alatter commented 7 months ago

Linuxdeploy can access the network normally under the root user, but after switching to a regular user, it cannot access the network. Is there any solution Image_1707499483114

jomagalo commented 3 months ago

In my experience, the best and fastest thing to do is create a new user with sudo and aid_inet rights

sudo adduser yourusername sudo usermod -aG sudo,aid_inet yourusername