diff options
author | Angelo Naselli <anaselli@linux.it> | 2014-08-29 12:24:29 +0200 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2014-08-29 12:24:29 +0200 |
commit | e77c7a1c4920099602ba31f6212e75891588a1f3 (patch) | |
tree | 621650f3de08f8096aed1077d01ff05d6aa5146b /extras/polkit | |
parent | 741316130bcc4740e3930c62d71c75d749a8439e (diff) | |
download | colin-keep-e77c7a1c4920099602ba31f6212e75891588a1f3.tar colin-keep-e77c7a1c4920099602ba31f6212e75891588a1f3.tar.gz colin-keep-e77c7a1c4920099602ba31f6212e75891588a1f3.tar.bz2 colin-keep-e77c7a1c4920099602ba31f6212e75891588a1f3.tar.xz colin-keep-e77c7a1c4920099602ba31f6212e75891588a1f3.zip |
fixed script name manahost (new drakhosts)
Diffstat (limited to 'extras/polkit')
-rw-r--r-- | extras/polkit/org.mageia.manahost.policy (renamed from extras/polkit/org.mageia.hostmanager.policy) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extras/polkit/org.mageia.hostmanager.policy b/extras/polkit/org.mageia.manahost.policy index 6e23364..76a8a1c 100644 --- a/extras/polkit/org.mageia.hostmanager.policy +++ b/extras/polkit/org.mageia.manahost.policy @@ -7,15 +7,15 @@ <vendor>Mageia.Org</vendor> <vendor_url>http://www.mageia.org</vendor_url> - <action id="org.mageia.hostmanager.pkexec.run"> + <action id="org.mageia.manahost.pkexec.run"> <description>Allow APanel GUI</description> - <message>Authentication is required to run the program hostmanager (user=$(user), program=$(program), command_line=$(command_line))</message> + <message>Authentication is required to run the program manahost (user=$(user), program=$(program), command_line=$(command_line))</message> <defaults> <allow_any>no</allow_any> <allow_inactive>auth_admin</allow_inactive> <allow_active>auth_admin</allow_active> </defaults> - <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/hostmanager</annotate> + <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/manahost</annotate> <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> </action> </policyconfig> |