generated from hunvreus/flask-basics
-
-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Description
Security issues with the install script:
- Telemetry on by default:
Why is there a need to send this payload? And why is there a need to hide its output? IT should default to --no-telemetry not the other way around
- Grants passwordless root to the app user
echo "$user ALL=(ALL) NOPASSWD:ALL" >/etc/sudoers.d/$user
This is basically full root with no prompts.
Do you really need a new user with sudo since you already add it to the docker group?
- don't install automatically Docker plugins. they have the unintended consequence of blocking everything in case of issues. additionally, I might be monitoring my Docker setup with other tools.
Metadata
Metadata
Assignees
Labels
No labels