-
Notifications
You must be signed in to change notification settings - Fork 65
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
subuser should not promt for user password #333
Comments
If you don't wish to enter your password every time you can put yourself in the This is precisely why Docker themselves in their documentation offer the option of running |
You wrote it yourself:
Docker, and better Linux, is offering to raise privileges via the |
why is it wrong to run sudo internally? The only difference is saving the user the trouble of typing sudo. Subuser was never processing the password as a string or accepting the keystrokes itself |
Hi,
from security perspective a program should never ask for you user password. Please integrate a check, that ends subuser if run with insufficient privileges. It is not even necessary to run docker with sudo anymore as you can add yourself to the docker group.
The text was updated successfully, but these errors were encountered: