-
Notifications
You must be signed in to change notification settings - Fork 12
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
Run as non-root user #32
Comments
From @krancour on May 20, 2016 3:37 Does not seem it:
But let's hold off on doing anything with this until after the Dockerfile's been refactored for Ubuntu Slim-- which I am working on. Otherwise, there's just going to be an unresolvable merge conflict and we'll make extra work for ourselves. |
From @bacongobbler on May 20, 2016 4:57 Yeah I think openssh is running as root in order to bind to port 22. |
From @arschles on May 24, 2016 20:0 bumping from RC1, as this is not critical for the RC |
From @krancour on May 24, 2016 20:2 That's fine. |
From @bacongobbler on May 31, 2016 17:55 The server itself is still running as root, so this is not yet resolved. All processes should be run as non-root. If any of them are compromised, the user has root level access and could break out of the container onto the host.
|
From @krancour on February 22, 2016 16:48
This is a best practice we should follow wherever we can.
Copied from original issue: deis/builder#194
The text was updated successfully, but these errors were encountered: