https://bugzilla.novell.com/show_bug.cgi?id=804966 https://bugzilla.novell.com/show_bug.cgi?id=804966#c0 Summary: gnome-control-center install illegal polkit rules Classification: openSUSE Product: openSUSE 12.3 Version: RC 1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: dimstar@opensuse.org ReportedBy: lnussel@suse.com QAContact: qa-bugs@suse.de CC: security-team@suse.de Found By: --- Blocker: --- $ cat /usr/share/polkit-1/rules.d/gnome-control-center.rules polkit.addRule(function(action, subject) { if (action.id == "org.freedesktop.hostname1.set-static-hostname" && subject.local && subject.active && subject.isInGroup ("wheel")) { return polkit.Result.YES; } }); On openSUSE defining the use of the wheel group is up to the administrator. Please remove that file. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.