David C. Rankin wrote:
On 05/25/2019 02:05 AM, Per Jessen wrote:
It is essentially your install "with no-recommends" that causes the issue for you - but if pam and sudo actually _need_ group wheel, they ought to have "requires group(wheel)".
They do, just su to root and type 'visudo', scroll to bottom:
## Uncomment to allow members of group wheel to execute any command # %wheel ALL=(ALL) ALL
## Same thing without a password %wheel ALL=(ALL) NOPASSWD: ALL
In my default config, it is all commented out.
Doesn't make a whole lot of sense to have 'sudo' install without 'wheel' when upstream on 'sudo' expects it to be present for its default config.
Maybe 'sudo' ought to have a "requires group(wheel)" ? I don't use sudo very often. -- Per Jessen, Zürich (15.9°C) http://www.dns24.ch/ - free dynamic DNS, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org