This file is indexed.

/usr/share/polkit-1/actions/org.blueman.policy is in blueman 1.23-git201403102151-1ubuntu1.

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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?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 Blueman Project</vendor>
  <vendor xml:lang="be">Праэкт Blueman</vendor>
  <vendor xml:lang="bg">Проектът Blueman</vendor>
  <vendor xml:lang="bs">Blueman Projekat</vendor>
  <vendor xml:lang="ca">The Blueman Project</vendor>
  <vendor xml:lang="cs">Projekt Blueman</vendor>
  <vendor xml:lang="da">Blueman projektet</vendor>
  <vendor xml:lang="de">Das Blueman-Projekt</vendor>
  <vendor xml:lang="el">Το Blueman έργο</vendor>
  <vendor xml:lang="en_GB">The Blueman Project</vendor>
  <vendor xml:lang="es">Proyecto Blueman</vendor>
  <vendor xml:lang="et">Blueman'i projekt</vendor>
  <vendor xml:lang="fi">Blueman-projekti</vendor>
  <vendor xml:lang="fr">Le projet Blueman</vendor>
  <vendor xml:lang="gl">O proxecto Blueman</vendor>
  <vendor xml:lang="he">פרוייקט Blueman</vendor>
  <vendor xml:lang="hr">Blueman projekt</vendor>
  <vendor xml:lang="hu">A Blueman projekt</vendor>
  <vendor xml:lang="it">Il Progetto Blueman</vendor>
  <vendor xml:lang="ja">The Blueman Project</vendor>
  <vendor xml:lang="lt">Blueman Projektas</vendor>
  <vendor xml:lang="nl">Het Blueman-project</vendor>
  <vendor xml:lang="pl">Projekt Blueman</vendor>
  <vendor xml:lang="pt">O Projecto Blueman</vendor>
  <vendor xml:lang="pt_BR">Projeto Blueman</vendor>
  <vendor xml:lang="ru">Проект Blueman</vendor>
  <vendor xml:lang="sk">The Blueman Project</vendor>
  <vendor xml:lang="sv">Blueman-projektet</vendor>
  <vendor xml:lang="tr">Blueman Projesi</vendor>
  <vendor xml:lang="uk">Проект Blueman</vendor>
  <vendor xml:lang="zh_CN">Blueman工程</vendor>
  <vendor xml:lang="zh_TW">此 Blueman 專案</vendor>
  <vendor_url>https://github.com/blueman-project/blueman</vendor_url>
  <icon_name>blueman</icon_name>
  
   <action id="org.blueman.network.setup">
    <description gettext-domain="blueman">Configure Bluetooth Network</description>
    <message gettext-domain="blueman">Configuring networking requires privileges</message>

    <defaults>
      <allow_inactive>no</allow_inactive>
      <allow_active>auth_admin_keep</allow_active>

    </defaults>
  </action>
  
  <action id="org.blueman.hal.manager">
    <description gettext-domain="blueman">Configure Bluetooth Modems</description>
    <message gettext-domain="blueman">System policy prevents modifying the configuration</message>

    <defaults>
      <allow_inactive>no</allow_inactive>
      <allow_active>auth_admin_keep</allow_active>
    </defaults>
  </action>
  
  <action id="org.blueman.dhcp.client">
    <description gettext-domain="blueman">Launch DHCP client</description>
    <message gettext-domain="blueman">Launching DHCP client requires privileges</message>
    <defaults>
      <allow_inactive>no</allow_inactive>
      <allow_active>yes</allow_active>
    </defaults>
  </action>
  
  <action id="org.blueman.bluez.config">
    <description gettext-domain="blueman">Bluetooth Configuration</description>
    <message gettext-domain="blueman">Changing Bluetooth system settings requires privileges</message>
    <defaults>
      <allow_inactive>no</allow_inactive>
      <allow_active>auth_admin_keep</allow_active>
    </defaults>
  </action>
  
</policyconfig>