This file is indexed.

/usr/share/polkit-1/actions/com.ubuntu.systemservice.policy is in ubuntu-system-service 0.2.2.1.

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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?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>SystemService</vendor>
  <vendor_url>https://launchpad.net/system-service</vendor_url>

  <action id="com.ubuntu.systemservice.getproxy">
    <description gettext-domain="system-service">Get current global proxy</description>
    <message gettext-domain="system-service">System policy prevents querying proxy settings</message>
    <defaults>
      <allow_inactive>yes</allow_inactive>
      <allow_active>yes</allow_active>
    </defaults>
  </action>

  <action id="com.ubuntu.systemservice.setproxy">
    <description gettext-domain="system-service">Set current global proxy</description>
    <message gettext-domain="system-service">System policy prevents setting proxy settings</message>
    <defaults>
      <allow_inactive>no</allow_inactive>
      <allow_active>auth_admin_keep</allow_active>
    </defaults>
  </action>

  <action id="com.ubuntu.systemservice.setnoproxy">
    <description gettext-domain="system-service">Set current global proxy exception</description>
    <message gettext-domain="system-service">System policy prevents setting no_proxy settings</message>
    <defaults>
      <allow_inactive>no</allow_inactive>
      <allow_active>auth_admin_keep</allow_active>
    </defaults>
  </action>

  <action id="com.ubuntu.systemservice.setkeyboard">
    <description gettext-domain="system-service">Set current global keyboard</description>
    <message gettext-domain="system-service">System policy prevents setting global keyboard settings</message>
    <defaults>
      <allow_inactive>no</allow_inactive>
      <allow_active>auth_admin_keep</allow_active>
    </defaults>
  </action>

  <action id="com.ubuntu.systemservice.getkeyboard">
    <description gettext-domain="system-service">Get current global keyboard</description>
    <message gettext-domain="system-service">System policy prevents querying keyboard settings</message>
    <defaults>
      <allow_inactive>yes</allow_inactive>
      <allow_active>yes</allow_active>
    </defaults>
  </action>

  <action id="com.ubuntu.systemservice.ispkgsystemlocked">
    <description gettext-domain="system-service">Check if the package system is locked</description>
    <message gettext-domain="system-service">System policy prevents querying package system lock</message>
    <defaults>
      <allow_inactive>yes</allow_inactive>
      <allow_active>yes</allow_active>
    </defaults>
  </action>

</policyconfig>