20 lines
789 B
XML
20 lines
789 B
XML
<?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>
|