Re: Password for shutdown -

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On 19/01/14 13:31, Frank Murphy wrote:
On Sun, 19 Jan 2014 13:12:00 -0500
"Bob Goodwin - Zuni, Virginia, USA" <bobgoodwin@xxxxxxxxxxxx> wrote:


I believe the permissions are ok too? It only needs to be read?

Bob



-rw--r--r--. 1 root root 285 Sep  4
17:04 /etc/polkit-1/rules.d/00-no-reboot-password.rules

You may need to reload polkit or reboot first to get it going.

___
Regards,
Frank

Yes I did reboot but I'm worried that copy and paste from your message may have left me with some line wrap error that I'm not smart enough to recognize. Here is what I installed copy/pasted from a terminal.

[root@box10 bobg]# cat /etc/polkit-1/rules.d/00-no-reboot-password.rules
#    /etc/polkit-1/rules.d/00-no-reboot-password.rules

/* Allow shutdown when others are logged in  */
polkit.addRule(function(action, subject) {
    if (action.id ==
"org.freedesktop.login1.power-off-multiple-sessions" ||
        action.id == "org.freedesktop.login1.reboot-multiple-sessions")
{
        return polkit.Result.YES;
    }
});

Bob

--
http://www.qrz.com/db/w2bod
Box10 Fedora-20/64bit Linux

--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org




[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux