This file is indexed.

/usr/lib/flatpak/installed-tests/flatpak-builder/module1.json is in flatpak-builder-tests 0.10.9-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
{
    "name": "module1",
    "modules": [
        {
            "name": "module1-first",
            "buildsystem": "simple",
            "build-commands": [
                "echo module1 > /app/ran_module1",
                "echo module1 > /app/modify_me"
            ],
            "sources": [
                {
                    "type": "file",
                    "path": "data1"
                },
                {
                    "type": "patch",
                    "strip-components": 0,
                    "path": "data1.patch"
                }
            ]
        },
        "include2/module2.json"
    ]
}