This file is indexed.

/usr/lib/x86_64-linux-gnu/unity8/qml/mocks/Ubuntu/SystemSettings/SecurityPrivacy/SecurityPrivacy.qmltypes is in unity8-fake-env 8.12+16.04.20160401-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
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
import QtQuick.tooling 1.1

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
// 'qmlplugindump -notrelocatable Ubuntu.SystemSettings.SecurityPrivacy 1.0 tests/mocks'

Module {
    Component {
        name: "MockSecurityPrivacy"
        prototype: "QObject"
        exports: [
            "Ubuntu.SystemSettings.SecurityPrivacy/UbuntuSecurityPrivacyPanel 1.0"
        ]
        exportMetaObjectRevisions: [0]
        Enum {
            name: "SecurityType"
            values: {
                "Swipe": 0,
                "Passcode": 1,
                "Passphrase": 2
            }
        }
        Signal {
            name: "setSecurityCalled"
            Parameter { name: "oldPasswd"; type: "string" }
            Parameter { name: "newPasswd"; type: "string" }
            Parameter { name: "newType"; type: "SecurityType" }
        }
        Method {
            name: "setSecurity"
            type: "string"
            Parameter { name: "oldPasswd"; type: "string" }
            Parameter { name: "newPasswd"; type: "string" }
            Parameter { name: "newType"; type: "SecurityType" }
        }
    }
}