On 08/23/2013 08:57 PM, poma wrote:
<>

/etc/yumex.conf
[yumex]
autorefresh = 1
recentdays = 14
proxy =
exclude =
debug = 0
color_install = darkgreen
color_update = red
color_normal = black
color_obsolete = blue
plugins = 1
yumdebuglevel = 2

/etc/yumex.profiles.conf
[main]
lastprofile = yum-enabled

An authorization automatical,
/etc/polkit-1/rules.d/50-dk.yumex.backend.pkexec.run.rules:
polkit.addRule(function(action, subject) {
     if (action.id == "dk.yumex.backend.pkexec.run" &&
         subject.isInGroup("yumex")) {
         return polkit.Result.YES;
     }
});

# groupadd yumex
# gpasswd -a <USER> yumex
# newgrp yumex
# exit
$ yumex

i blame it on my 'chemo memory'. ;=)

[geo@localhost Documents]$ cat /etc/yumex.conf
[yumex]
autorefresh = 1
recentdays = 14
proxy =
exclude =
debug = 0
color_install = darkgreen
color_update = red
color_normal = black
color_obsolete = blue
plugins = 1
yumdebuglevel = 2

[geo@localhost Documents]$ cat /etc/yumex.profiles.conf
[main]
lastprofile = yum-enabled
[geo@localhost Documents]$


--

peace out.

in a world with out fences, who needs gates.

sl6.3 linux

tc.hago.

g
.

--
users mailing list
users@lists.fedoraproject.org
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

Reply via email to