scripts/mk: On dpkg-build-api >= 1 include buildtools.mk in default.mk
[dpkg.git] / utils / update-alternatives.polkit.in
bloba712bc36612a59361d774663963a6bea2f29b252
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>
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>