[Bug 846914] 13.1 RC1 - when hibernating, the system requests root's password.
https://bugzilla.suse.com/show_bug.cgi?id=846914 https://bugzilla.suse.com/show_bug.cgi?id=846914#c29 Karl Cheng <qantas94heavy@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW CC| |carlos.e.r@opensuse.org Flags| |needinfo?(carlos.e.r@opensu | |se.org) --- Comment #29 from Karl Cheng <qantas94heavy@gmail.com> --- Different systems have different use cases. At least for Leap 15.x, this should be an issue with polkit policy. If you wish to enable this, you can change the policy using the instructions here: https://unix.stackexchange.com/questions/289123/explanation-of-file-org-free... To check if this is the case, you can create a file at the following location: /etc/polkit-1/rules.d/99-hibernate-multiuser.rules polkit.addRule(function(action, subject) { if ((action.id == "org.freedesktop.login1.hibernate-multiple-sessions")) { return polkit.Result.YES; } }); -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com