1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE policyconfig PUBLIC
3 "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
4 "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
5<policyconfig>
6  <vendor>The Dpkg Project</vendor>
7  <vendor_url>https://wiki.debian.org/Teams/Dpkg</vendor_url>
8  <icon_name>update-alternatives</icon_name>
9
10  <action id="org.dpkg.pkexec.update-alternatives">
11    <description>Run update-alternatives to modify system alternative selections</description>
12    <message>Authentication is required to run update-alternatives</message>
13    <defaults>
14      <allow_any>auth_admin_keep</allow_any>
15      <allow_inactive>auth_admin_keep</allow_inactive>
16      <allow_active>auth_admin_keep</allow_active>
17    </defaults>
18    <annotate key="org.freedesktop.policykit.exec.path">@bindir@/update-alternatives</annotate>
19  </action>
20</policyconfig>
21