This file is indexed.

/usr/lib/libreoffice/share/extensions/nlpsolver/components.rdb is in libreoffice-nlpsolver 0.9+LibO6.0.3-0ubuntu1.

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
<?xml version="1.0"?>
<components xmlns="http://openoffice.org/2010/uno-components">
    <component loader="com.sun.star.loader.Java2" uri="./nlpsolver.jar">
        <implementation name="com.sun.star.comp.Calc.NLPSolver.DEPSSolverImpl">
            <service name="com.sun.star.beans.PropertySet"/>
            <service name="com.sun.star.sheet.Solver"/>
        </implementation>
        <implementation name="com.sun.star.comp.Calc.NLPSolver.SCOSolverImpl">
            <service name="com.sun.star.beans.PropertySet"/>
            <service name="com.sun.star.sheet.Solver"/>
        </implementation>
    </component>
</components>