diff options
author | Colin Guthrie <colin@mageia.org> | 2013-09-29 17:41:14 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-09-29 17:41:14 +0100 |
commit | cf9d69a113fd0c59dd8fffb387d1a756452bb105 (patch) | |
tree | 1d13e08e9a1aea7c6bec8164363d6ba9f6b1b474 /perl-install/polkit/policy | |
parent | 07ae52b078d99b98e976b139e81fc885c840a8d1 (diff) | |
download | drakx-cf9d69a113fd0c59dd8fffb387d1a756452bb105.tar drakx-cf9d69a113fd0c59dd8fffb387d1a756452bb105.tar.gz drakx-cf9d69a113fd0c59dd8fffb387d1a756452bb105.tar.bz2 drakx-cf9d69a113fd0c59dd8fffb387d1a756452bb105.tar.xz drakx-cf9d69a113fd0c59dd8fffb387d1a756452bb105.zip |
polkit: Move policy files into standalone directory.
This will be needed to be able to translate the policy files.
Diffstat (limited to 'perl-install/polkit/policy')
7 files changed, 0 insertions, 154 deletions
diff --git a/perl-install/polkit/policy/org.mageia.drakauth.policy b/perl-install/polkit/policy/org.mageia.drakauth.policy deleted file mode 100644 index 905be635e..000000000 --- a/perl-install/polkit/policy/org.mageia.drakauth.policy +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE policyconfig PUBLIC -"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" -"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> -<policyconfig> - - <vendor>Mageia</vendor> - <vendor_url>http://www.mageia.org/</vendor_url> - - <action id="org.mageia.drakauth.pkexec.run"> - <description>Run Mageia Authentication Configuration</description> - <message>Authentication is required to run Mageia Authentication Configuration</message> - <icon_name>drakconf</icon_name> - <defaults> - <allow_any>no</allow_any> - <allow_inactive>no</allow_inactive> - <allow_active>auth_admin_keep</allow_active> - </defaults> - <annotate key="org.freedesktop.policykit.exec.path">/usr/libexec/drakauth</annotate> - <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> - </action> -</policyconfig> diff --git a/perl-install/polkit/policy/org.mageia.drakboot.policy b/perl-install/polkit/policy/org.mageia.drakboot.policy deleted file mode 100644 index e41372f73..000000000 --- a/perl-install/polkit/policy/org.mageia.drakboot.policy +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE policyconfig PUBLIC -"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" -"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> -<policyconfig> - - <vendor>Mageia</vendor> - <vendor_url>http://www.mageia.org/</vendor_url> - - <action id="org.mageia.drakboot.pkexec.run"> - <description>Run Mageia Boot Configuration</description> - <message>Authentication is required to run Mageia Boot Configuration</message> - <icon_name>drakconf</icon_name> - <defaults> - <allow_any>no</allow_any> - <allow_inactive>no</allow_inactive> - <allow_active>auth_admin_keep</allow_active> - </defaults> - <annotate key="org.freedesktop.policykit.exec.path">/usr/libexec/drakboot</annotate> - <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> - </action> -</policyconfig> diff --git a/perl-install/polkit/policy/org.mageia.drakclock.policy b/perl-install/polkit/policy/org.mageia.drakclock.policy deleted file mode 100644 index 627f8745b..000000000 --- a/perl-install/polkit/policy/org.mageia.drakclock.policy +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE policyconfig PUBLIC -"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" -"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> -<policyconfig> - - <vendor>Mageia</vendor> - <vendor_url>http://www.mageia.org/</vendor_url> - - <action id="org.mageia.drakclock.pkexec.run"> - <description>Run Mageia Date and Time Configuration</description> - <message>Authentication is required to run Mageia Date and Time Configuration</message> - <icon_name>drakconf</icon_name> - <defaults> - <allow_any>no</allow_any> - <allow_inactive>no</allow_inactive> - <allow_active>yes</allow_active> - </defaults> - <annotate key="org.freedesktop.policykit.exec.path">/usr/libexec/drakclock</annotate> - <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> - </action> -</policyconfig> diff --git a/perl-install/polkit/policy/org.mageia.drakfont.policy b/perl-install/polkit/policy/org.mageia.drakfont.policy deleted file mode 100644 index c4837cca5..000000000 --- a/perl-install/polkit/policy/org.mageia.drakfont.policy +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE policyconfig PUBLIC -"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" -"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> -<policyconfig> - - <vendor>Mageia</vendor> - <vendor_url>http://www.mageia.org/</vendor_url> - - <action id="org.mageia.drakfont.pkexec.run"> - <description>Run Mageia Font Configuration</description> - <message>Authentication is required to run Mageia Font Configuration</message> - <icon_name>drakconf</icon_name> - <defaults> - <allow_any>no</allow_any> - <allow_inactive>no</allow_inactive> - <allow_active>auth_self_keep</allow_active> - </defaults> - <annotate key="org.freedesktop.policykit.exec.path">/usr/libexec/drakfont</annotate> - <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> - </action> -</policyconfig> diff --git a/perl-install/polkit/policy/org.mageia.draklog.policy b/perl-install/polkit/policy/org.mageia.draklog.policy deleted file mode 100644 index 85842378f..000000000 --- a/perl-install/polkit/policy/org.mageia.draklog.policy +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE policyconfig PUBLIC -"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" -"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> -<policyconfig> - - <vendor>Mageia</vendor> - <vendor_url>http://www.mageia.org/</vendor_url> - - <action id="org.mageia.draklog.pkexec.run"> - <description>Run Mageia Log Viewer</description> - <message>Authentication is required to run Mageia Log Viewer</message> - <icon_name>drakconf</icon_name> - <defaults> - <allow_any>no</allow_any> - <allow_inactive>no</allow_inactive> - <allow_active>auth_admin_keep</allow_active> - </defaults> - <annotate key="org.freedesktop.policykit.exec.path">/usr/libexec/draklog</annotate> - <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> - </action> -</policyconfig> diff --git a/perl-install/polkit/policy/org.mageia.drakups.policy b/perl-install/polkit/policy/org.mageia.drakups.policy deleted file mode 100644 index 2af273084..000000000 --- a/perl-install/polkit/policy/org.mageia.drakups.policy +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE policyconfig PUBLIC -"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" -"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> -<policyconfig> - - <vendor>Mageia</vendor> - <vendor_url>http://www.mageia.org/</vendor_url> - - <action id="org.mageia.drakups.pkexec.run"> - <description>Run Mageia UPS Configuration</description> - <message>Authentication is required to run Mageia UPS Configuration</message> - <icon_name>drakconf</icon_name> - <defaults> - <allow_any>no</allow_any> - <allow_inactive>no</allow_inactive> - <allow_active>auth_admin_keep</allow_active> - </defaults> - <annotate key="org.freedesktop.policykit.exec.path">/usr/libexec/drakups</annotate> - <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> - </action> -</policyconfig> diff --git a/perl-install/polkit/policy/org.mageia.drakxservices.policy b/perl-install/polkit/policy/org.mageia.drakxservices.policy deleted file mode 100644 index daa9a7267..000000000 --- a/perl-install/polkit/policy/org.mageia.drakxservices.policy +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE policyconfig PUBLIC -"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" -"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> -<policyconfig> - - <vendor>Mageia</vendor> - <vendor_url>http://www.mageia.org/</vendor_url> - - <action id="org.mageia.drakxservices.pkexec.run"> - <description>Run Mageia Service Configuration</description> - <message>Authentication is required to run Mageia Service Configuration</message> - <icon_name>drakconf</icon_name> - <defaults> - <allow_any>no</allow_any> - <allow_inactive>no</allow_inactive> - <allow_active>auth_admin_keep</allow_active> - </defaults> - <annotate key="org.freedesktop.policykit.exec.path">/usr/libexec/drakxservices</annotate> - <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> - </action> -</policyconfig> |