Open
Description
Describe the feature
The current Makefile
assumes that the current user can run docker
. This is only possible if the user is added to the docker
group, which allows escalation to root privilages.
From https://wiki.archlinux.org/title/docker#Installation:
Warning: Anyone added to the docker group is root equivalent because they can use the docker run --privileged command to start containers with root privileges. For more information see [3] and [4].
Instead the Makefile
should use sudo
.
Suggestion or Example of how the feature would be used
No response
Duplicate declaration
- I have searched the issues and this feature has not been requested before.