There is a file in /etc/sudoers.d/90-cloudimg-ubuntu
that makes the Ubuntu user passwordless for sudo.
However, in /etc/sudoers
the 'include' line is commented.
How then is that config loaded?
There is a file in /etc/sudoers.d/90-cloudimg-ubuntu
that makes the Ubuntu user passwordless for sudo.
However, in /etc/sudoers
the 'include' line is commented.
How then is that config loaded?
The line is not commented - it's a C-style include directive. From
man sudoers
: