/usr/share/polkit-1/actions/com.ubuntu.click.policy is in packagekit-plugin-click 0.4.43+16.04.20160203-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | <?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>Click</vendor>
<vendor_url>https://launchpad.net/click</vendor_url>
<icon_name>package-x-generic</icon_name>
<action id="com.ubuntu.click.package-install">
<description gettext-domain="click">Install package</description>
<message gettext-domain="click">To install software, you need to authenticate.</message>
<defaults>
<allow_any>auth_self</allow_any>
<allow_inactive>auth_self</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>
<action id="com.ubuntu.click.package-remove">
<description gettext-domain="click">Remove package</description>
<message gettext-domain="click">To remove software, you need to authenticate.</message>
<defaults>
<allow_any>auth_self</allow_any>
<allow_inactive>auth_self</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>
</policyconfig>
|