-
Notifications
You must be signed in to change notification settings - Fork 15
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
Optionally drop --privileged and other insecure flags #31
Comments
For what is worth, this makes sense to me. I would keep |
I was actually thinking about finding some time to do that, but if you are interested in that feature too and want to do that soon (next days / next week), then go on. :) |
toolbox is not meant for providing security and strong isolation, and probably never will be. Still, users asked a simple way to start less privileged toolboxes. Of course, such a toolbox will be less convenient to use, because of the lack of sharing with the host. Of course^2, even in this mode, good security and strong isolation should not be assumed! openSUSE#31 Signed-off-by: Dario Faggioli <[email protected]>
I tried to address this (or at least, to start doing that) in #42 . Let me know what you think. |
toolbox is not meant for providing security and strong isolation, and probably never will be. Still, users asked a simple way to start less privileged toolboxes. Of course, such a toolbox will be less convenient to use, because of the lack of sharing with the host. Of course^2, even in this mode, good security and strong isolation should not be assumed! openSUSE#31 Signed-off-by: Dario Faggioli <[email protected]>
toolbox is not meant for providing security and strong isolation, and probably never will be. Still, users asked a simple way to start less privileged toolboxes. Of course, such a toolbox will be less convenient to use, because of the lack of sharing with the host. Of course^2, even in this mode, good security and strong isolation should not be assumed! #31 Signed-off-by: Dario Faggioli <[email protected]>
One of toolbox's use cases for me is having a container with compilers and development tools. For such containers I would prefer to not use
--privileged
, not mount/dev
and other sensitive directories if not needed.Since the main use case of toolbox is debugging (which requires those flags and the goal is not sandboxing), I think it would make sense to have a CLI option for creating more sandboxed/secure containers.
The text was updated successfully, but these errors were encountered: