This file is indexed.

/usr/share/polkit-1/actions/org.kubuntu.qaptworker3.policy is in libqapt3-runtime 3.0.2-1+b3.

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
<?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>Kubuntu</vendor>
  <vendor_url>http://www.kubuntu.org</vendor_url>

  <action id="org.kubuntu.qaptworker3.updatecache">
    <description>Update software sources</description>
    <message>Update software sources</message>
    <defaults>
      <allow_inactive>no</allow_inactive>
      <allow_active>yes</allow_active>
    </defaults>
  </action>
  <action id="org.kubuntu.qaptworker3.commitchanges">
    <description>Install or remove packages</description>
    <message>Install or remove packages</message>
    <defaults>
      <allow_inactive>no</allow_inactive>
      <allow_active>auth_admin_keep</allow_active>
    </defaults>
  </action>
  <action id="org.kubuntu.qaptworker3.writefiletodisk">
    <description>Change system settings</description>
    <message>Change system settings</message>
    <defaults>
      <allow_inactive>no</allow_inactive>
      <allow_active>auth_admin_keep</allow_active>
    </defaults>
  </action>
  <action id="org.kubuntu.qaptworker3.cancelforeign">
    <description>Cancel the task of another user</description>
    <message> To cancel someone else's software changes, you need to authenticate.</message>
    <defaults>
      <allow_any>auth_admin</allow_any>
      <allow_inactive>auth_admin</allow_inactive>
      <allow_active>auth_admin</allow_active>
    </defaults>
  </action>

</policyconfig>