This file is indexed.

/usr/share/cockpit/base1/manifest.json is in cockpit-bridge 164-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
{
    "version": "@VERSION@",
    "priority": -1,
    "bridges": [
        {
            "match": { "superuser": "require" },
            "problem": "access-denied"
        },
        {
            "match": { "superuser": true },
            "problem": "access-denied"
        }
    ]
}