1
0
Fork 0
dpkg/utils/update-alternatives.polkit.in
Daniel Baumann 1879661313
Adding upstream version 1.22.20.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-20 21:21:00 +02:00

20 lines
894 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"https://specifications.freedesktop.org/PolicyKit/1.0/policyconfig.dtd">
<policyconfig>
<vendor>The Dpkg Project</vendor>
<vendor_url>https://wiki.debian.org/Teams/Dpkg</vendor_url>
<icon_name>update-alternatives</icon_name>
<action id="org.dpkg.pkexec.update-alternatives">
<description>Run update-alternatives to modify system alternative selections</description>
<message>Authentication is required to run update-alternatives</message>
<defaults>
<allow_any>auth_admin_keep</allow_any>
<allow_inactive>auth_admin_keep</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">@bindir@/update-alternatives</annotate>
</action>
</policyconfig>