1
0
Fork 0
gnome-software/data/org.gnome.software.external-appstream.policy.in.in
Daniel Baumann 68ee05b3fd
Adding upstream version 48.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 21:00:23 +02:00

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>