Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ image. On Fedora this is the `fedora-toolbox` image. This image is used to
create a Toolbx container that offers the interactive command line
environment.

Note that Toolbx makes no promise about security beyond what's already
available in the usual command line environment on the host that everybody is
familiar with.


## Installation & Use

Expand All @@ -61,6 +57,15 @@ See our guides on
Toolbx and [Linux distro support](https://containertoolbx.org/distros/).


## Security

Using the word `containers` gives the false impression of heightened security.
Toolbox is not a mechanism to run untrusted software in a sandboxed environment.
Toolbox provides developers with access to their private data and keys
(such as $HOME), hardware peripherals (such as cameras and microphones), etc.

Do not use it to run the things that you aren't comfortable to run on your host.

##

[![Star History Chart](https://api.star-history.com/svg?repos=containers/toolbox&type=Date)](https://star-history.com/#containers/toolbox&Date)
Expand Down