This file is indexed.

/usr/share/syncevolution/xml/syncevolution.xml is in syncevolution-common 1.4-1ubuntu4.

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
<?xml version="1.0"?>
<!-- SYNTHESIS SYNCML CLIENT Version 3.2 Configuration file -->

<sysync_config version="1.0">

  <configvar name="logpath" value="$(defout_path)"/>

  <!-- this string is output to every session debug logfile to identify the config in use -->
  <configidstring>SyncEvolution client config</configidstring>

  <!-- information about maximum supported message and object size (in bytes) -->
  <maxmsgsize/>
  <maxobjsize/>

  <!-- information for DevInf -->
  <model/>
  <manufacturer/>
  <hardwareversion/>
  <firmwareversion/>
  <devicetype/>
  <configdate/>

  <debug/>

  <transport type="xpt">
    <!-- allow HTTP 1.1 kepp-alive (multiple request-answer-exchanges in single TCP connection) -->
    <keepconnection>true</keepconnection>
  </transport>

  <scripting/>

  <datatypes/>

  <clientorserver/>
</sysync_config>