This file is indexed.

/usr/share/polkit-1/actions/org.freedesktop.RealtimeKit1.policy is in rtkit 0.10-2.

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
<?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/policyconfig.dtd">
<policyconfig>
  <vendor>Lennart Poettering</vendor>

  <action id="org.freedesktop.RealtimeKit1.acquire-high-priority">
    <description>Grant high priority scheduling to a user process</description>
    <description xml:lang="tr">Bir sürece yüksek öncelikli çalışabilme yetkisi ver</description>
    <message>Authentication is required to grant an application high priority scheduling</message>
    <message xml:lang="tr">Sürecin yüksek öncelikli çalıştırılabilmesi için yetki gerekiyor</message>
    <defaults>
      <allow_any>no</allow_any>
      <allow_inactive>yes</allow_inactive>
      <allow_active>yes</allow_active>
    </defaults>
  </action>

  <action id="org.freedesktop.RealtimeKit1.acquire-real-time">
    <description>Grant realtime scheduling to a user process</description>
    <description xml:lang="tr">Bir sürece gerçek zamanlı çalışabilme yetkisi ver</description>
    <message>Authentication is required to grant an application realtime scheduling</message>
    <message xml:lang="tr">Sürecin gerçek zamanlı çalıştırılabilmesi için yetki gerekiyor</message>
    <defaults>
      <allow_any>no</allow_any>
      <allow_inactive>yes</allow_inactive>
      <allow_active>yes</allow_active>
    </defaults>
  </action>

</policyconfig>