linuxdeploy
linuxdeploy copied to clipboard
Linuxdeploy can access the network normally under the root user, but after switching to a regular user, it cannot access the network.
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
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