On 26/05/2019 11.13, Andrei Borzenkov wrote:
26.05.2019 11:50, Per Jessen пишет:
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
...
a) did you bother to actually look at *upstream* at all? Example sudoers included upstream does not mention any wheel group at all.
Well, then it is an openSUSE addition. In that case, perhaps the config file should mention that the package has to be added, that commenting out the line is not enough. Either that, or make the package a requirement. ...
Maybe 'sudo' ought to have a "requires group(wheel)" ? I don't use sudo very often.
It was already explained on factory list that sudo does not *need* wheel. The above is just example; it does not mean group name *must* be wheel.
-- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)