Hello Mark, Mark Reynolds [2023-01-18 16:31 -0500]: > So we've been using "superuser=true" for a long time now, and we have a > customer issue where system users who have sudo rights don't seem to have > privileges in Cockpit. Looking at the docs it does not mention "true" > anymore, but "require", "try", etc. > > So did the "true" value go away? Does it have any effect anymore, or should > we switch it over to "require"?
"require" or "try" are the officially documented values, but a boolean true still works as well as an alias for "require", and that hasn't changed in a long time (and we are not planning to): https://github.com/cockpit-project/cockpit/blob/main/src/bridge/cockpitrouter.c#L617 Do you have some more information about the problem? OS/release/screenshots/reproducer, etc.? Thanks, Martin _______________________________________________ cockpit-devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
