-
Notifications
You must be signed in to change notification settings - Fork 1
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
Erroneous message about Docker not being restricted #23
Comments
If I run the check manually, it does fail as expected:
|
The idea with this check is to prevent hijacking developer machines with potential vulnerabilities or APT in distribution/packages/runtimes/containers, by limiting who can execute docker commands and how containers run. For example: This could be mitigated by running Docker containers via sudo mode when executing or running in rootless mode. Couple of reasons for this check:
|
Docker’s check now specifically recommends a rootless setup. |
Alright, I reinstalled docker on my machine by following these instructions and then enabled rootless mode. It's still detected by
Is this expected to work now? |
The updated commit was in main, but not released yet. The new release contains it https://github.com/ParetoSecurity/pareto-linux/releases/tag/0.0.58 |
With 0.0.58, I see the expected result but wrong error message if I run
and the check fails if I run it as
|
Can you run |
Here's the full log (IP/mac addresses pruned):
|
I see the following on my machine:
but as far as I know, only my own user (+ root I imagine) is allowed to use docker:
That's using the docker.io packages:
The text was updated successfully, but these errors were encountered: