OSDN Git Service

[libcalamares] Log the Python language-search process just once
[alterlinux/alterlinux-calamares.git] / com.github.calamares.calamares.policy
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- SPDX-FileCopyrightText: no
3      SPDX-License-Identifier: CC0-1.0
4 -->
5 <!DOCTYPE policyconfig PUBLIC
6 "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
7 "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
8 <policyconfig>
9
10  <vendor>Calamares</vendor>
11  <vendor_url>https://github.com/calamares</vendor_url>
12
13  <action id="com.github.calamares.calamares.pkexec.run">
14     <description>Run Installer</description>
15     <message>Authentication is required to run the installation program</message>
16     <icon_name>drive-harddisk</icon_name>
17     <defaults>
18      <allow_any>no</allow_any>
19      <allow_inactive>no</allow_inactive>
20      <allow_active>auth_admin</allow_active>
21     </defaults>
22     <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/calamares</annotate>
23     <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
24  </action>
25 </policyconfig>