This file is indexed.

/usr/share/kde4/apps/plasma/services/ocsPerson.operations is in plasma-dataengines-addons 4:4.14.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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM
    "http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<kcfg>
    <group name="sendMessage">
        <entry name="Subject" type="String">
            <label>The subject of the message.</label>
        </entry>
        <entry name="Body" type="String">
            <label>The body of the message.</label>
        </entry>
    </group>
    <group name="invite">
        <entry name="Message" type="String">
            <label>The message accompagnying the invitation.</label>
        </entry>
    </group>
    <group name="approveFriendship" />
    <group name="declineFriendship" />
    <group name="cancelFriendship" />
    <group name="setCredentials">
        <entry name="username" type="String">
            <label>Username</label>
        </entry>
        <entry name="password" type="String">
            <label>Password</label>
        </entry>
    </group>
</kcfg>