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

Drop "--privileged" flag from container options #1

Closed
sfalexrog opened this issue Apr 18, 2020 · 1 comment
Closed

Drop "--privileged" flag from container options #1

sfalexrog opened this issue Apr 18, 2020 · 1 comment

Comments

@sfalexrog
Copy link
Member

No piece of software that is present in the container should require elevated access (except for systemd, but even it should be able to run in non-privileged mode with some tweaking: https://developers.redhat.com/blog/2016/09/13/running-systemd-in-a-non-privileged-container/).

Running a container with --privileged access may be considered a security issue by some users.

@goldarte
Copy link
Contributor

Thank you for the description of --privileged option, I resolved this issue here: 35c59f9

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