This file is indexed.

/usr/share/OpenMCDF/help/sample structured storage eXplorer/StucturedStorageExplorer.exe.config is in openmcdf 1.5.4-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
<?xml version="1.0"?>
<configuration>
<configSections>
    <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
        <section name="StructuredStorageExplorer.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
    </sectionGroup>
</configSections>
<startup><supportedRuntime version="v2.0.50727"/></startup><userSettings>
        <StructuredStorageExplorer.Properties.Settings>
            <setting name="CommitEnabled" serializeAs="String">
                <value>True</value>
            </setting>
        </StructuredStorageExplorer.Properties.Settings>
    </userSettings>
</configuration>