blob: 69af72a8d5b9885528f9592465acedb2e0ba503b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?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.0/policyconfig.dtd">
<policyconfig>
<vendor>GNOME</vendor>
<vendor_url>https://www.gnome.org/</vendor_url>
<action id="org.gnome.software.install-appstream">
<description>Install an appstream file into a system location</description>
<message>Installing an appstream file into a system location</message>
<defaults>
<allow_any>yes</allow_any>
<allow_active>yes</allow_active>
<allow_inactive>no</allow_inactive>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">@libexecdir@/gnome-software-install-appstream</annotate>
</action>
</policyconfig>
|