-
Notifications
You must be signed in to change notification settings - Fork 220
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
README.md: Clarify that Toolbx isn't a security mechanism #1182
Merged
debarshiray
merged 3 commits into
containers:main
from
debarshiray:wip/rishi/issue-1020
Nov 29, 2022
Merged
README.md: Clarify that Toolbx isn't a security mechanism #1182
debarshiray
merged 3 commits into
containers:main
from
debarshiray:wip/rishi/issue-1020
Nov 29, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fallout from bafbbe8 containers#1182
debarshiray
added a commit
to debarshiray/toolbox
that referenced
this pull request
Nov 29, 2022
Mention that Toolbx is meant for system administrators to troubleshoot the host operating system. The word 'debugging' is often used in the context of software development, and hence most readers might not interpret it as 'troubleshooting'. containers#1182
debarshiray
force-pushed
the
wip/rishi/issue-1020
branch
from
November 29, 2022 16:07
f244311
to
3cc1f4e
Compare
Mention that Toolbx is meant for system administrators to troubleshoot the host operating system. The word 'debugging' is often used in the context of software development, and hence most readers might not interpret it as 'troubleshooting'. containers#1182
Using the word 'containerized' gives the false impression of heightened security. As if it's a mechanism to run untrusted software in a sandboxed environment without access to the user's private data (such as $HOME), hardware peripherals (such as cameras and microphones), etc.. That's not what Toolbx is for. Toolbx aims to offer an interactive command line environment for development and troubleshooting the host operating system, without having to install software on the host. That's all. It makes no promise about security beyond what's already available in the usual command line environment on the host that everybody is familiar with. containers#1020
debarshiray
force-pushed
the
wip/rishi/issue-1020
branch
from
November 29, 2022 16:46
3cc1f4e
to
d0fe8c4
Compare
Is there a problem with GitHub?
|
recheck |
Build failed. ❌ unit-test RETRY_LIMIT in 8m 07s |
recheck |
I keep getting the same network errors over and over again. :( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Using the word containerized gives the false impression of heightened security. As if it's a mechanism to run untrusted software in a sandboxed environment without access to the user's private data (such as
$HOME
), hardware peripherals (such as cameras and microphones), etc.. That's not what Toolbx is for.Toolbx aims to offer an interactive command line environment for development and troubleshooting the host operating system, without having to install software on the host. That's all. It makes no promise about security beyond what's already available on the usual command line environment on the host that everybody is familiar with.
#1020