Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Feb 9, 2024 · 2 comments

Comments

@alatter
Copy link

alatter commented Feb 9, 2024

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
Copy link

jomagalo commented Jun 30, 2024

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

@alatter
Copy link
Author

alatter commented Nov 12, 2024

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

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants