Bugzilla – Bug 1197052
polkit doesn't respect configuration with addAdminRule()
Last modified: 2022-07-18 07:52:57 UTC
due to #1197051 I need to change the polkit permissions for users with sudo privileges. According to the manpage I add a file /etc/polkit-1/rules.d/40-default.rules polkit.addAdminRule(function(action, subject) { return ["unix-group:wheel"]; }); Unfortunately polkit in openSUSE does not respect this configuration
reassign to team... perhaps they know more i think it probably is not in the right order?
Any work on this? I have the same issue, but only on new installations. On the old installation (more than a year ago, but all updates are installed) this issue doesn't exist.
Is this related: https://bugs.kde.org/show_bug.cgi?id=452532 ?