On Sun, 19 Jan 2014 13:39:10 -0500
"Bob Goodwin - Zuni, Virginia, USA" <[email protected]> wrote:
/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
>
between *** is the one line for me for these twon lines
line 1
***
if (action.id == "org.freedesktop.login1.power-off-multiple-sessions"
||
***
line 2
***
action.id == "org.freedesktop.login1.reboot-multiple-sessions") {
***
___
Regards,
Frank
www.frankly3d.com
--
users mailing list
[email protected]
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