/usr/share/polkit-1/actions/com.ubuntu.devicedriver.policy is in jockey-common 0.9.7-0ubuntu7.16.
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | <?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>Jockey driver manager</vendor>
<vendor_url>https://launchpad.net/jockey</vendor_url>
<icon_name>jockey</icon_name>
<action id="com.ubuntu.devicedriver.info">
<description gettext-domain="jockey">Get information about local device drivers</description>
<message gettext-domain="jockey">To query the device drivers, you need to authenticate.</message>
<defaults>
<allow_any>yes</allow_any>
<allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>
<action id="com.ubuntu.devicedriver.check">
<description gettext-domain="jockey">Check for newly available drivers for, and used drivers on this system</description>
<message gettext-domain="jockey">To check the driver status, you need to authenticate.</message>
<defaults>
<allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>
<action id="com.ubuntu.devicedriver.update">
<description gettext-domain="jockey">Query local and remote driver databases for updated drivers for the system</description>
<message gettext-domain="jockey">To query the driver databases for updates, you need to authenticate.</message>
<defaults>
<allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>
<action id="com.ubuntu.devicedriver.install">
<description gettext-domain="jockey">Install or remove device drivers</description>
<message gettext-domain="jockey">To install or remove device drivers, you need to authenticate.</message>
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
</defaults>
</action>
</policyconfig>
|