|
sudo: ALL=(ALL) NOPASSWD:ALL |
sudo: ALL=(ALL) NOPASSWD:ALL is quite common for cloud instances, but its bad practice does not necessarily need to be replicated for Lima.
There should be a configuration to disable NOPASSWD sudo and generate a random password for it
Needs:
- #4593
lima/pkg/cidata/cidata.TEMPLATE.d/user-data
Line 38 in d7a96eb
sudo: ALL=(ALL) NOPASSWD:ALLis quite common for cloud instances, but its bad practice does not necessarily need to be replicated for Lima.There should be a configuration to disable NOPASSWD sudo and generate a random password for it
Needs:- #4593