This file is indexed.

/usr/share/polkit-1/actions/org.gnome.sysprof2.policy is in sysprof 3.28.1-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
<?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>The sysprof Project</vendor>
  <vendor_url>https://wiki.gnome.org/Apps/Sysprof</vendor_url>
  <icon_name>sysprof</icon_name>

  <action id="org.gnome.sysprof2.perf-event-open">
    <description>Open a perf event stream</description>
    <message>Authentication is required to access system performance counters.</message>
    <defaults>
      <allow_any>auth_admin_keep</allow_any>
      <allow_inactive>auth_admin_keep</allow_inactive>
      <allow_active>auth_admin_keep</allow_active>
    </defaults>
    <annotate key="org.freedesktop.policykit.imply">org.gnome.sysprof2.get-kernel-symbols</annotate>
  </action>

  <action id="org.gnome.sysprof2.get-kernel-symbols">
    <description>Get a list of kernel symbols and their address</description>
    <message>Authentication is required to access Linux kernel information.</message>
    <defaults>
      <allow_any>auth_admin_keep</allow_any>
      <allow_inactive>auth_admin_keep</allow_inactive>
      <allow_active>auth_admin_keep</allow_active>
    </defaults>
    <annotate key="org.freedesktop.policykit.imply">org.gnome.sysprof2.perf-event-open</annotate>
  </action>

</policyconfig>