This file is indexed.

/usr/share/magics/cream/coastlines.json is in libmagics++-data 3.0.0-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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[
    {
        "criteria": { 
            "name": "foreground"
        },
        "visdef": {
            "contour_legend_text": "Dark Coastlines", 
            "map_coastline_resolution": "high", 
            "map_coastline_thickness": 2, 
            "map_grid": "off", 
            "map_label": "off", 
            "map_coastline_colour": "tan"
        }
    }, 
    {
        "criteria": { 
            "name": "boundaries"
        },
        "visdef": {
            "contour_legend_text": "Boundaries For WWW", 
            "map_boundaries": "on", 
            "map_grid": "off", 
            "map_boundaries_colour": "tan",
            "map_administrative_boundaries_style": "dot", 
            "map_disputed_boundaries": "$disputed", 
            "map_coastline": "off", 
            "map_label": "off", 
            "map_administrative_boundaries_countries_list": "$country_list", 
            "map_administrative_boundaries_colour": "tan", 
            "map_coastline_colour": "tan", 
            "map_administrative_boundaries": "on"
        }
    }, 
    {
        "criteria": { 
            "name": "grid"
        },
        "visdef": {
            "contour_legend_text": "grid for WWW", 
            "map_grid_thickness": 2, 
            "map_grid": "on", 
            "map_grid_line_style": "dot", 
            "map_grid_colour": "tan",
            "map_coastline": "off"
        }
    },
    {
        "criteria": { 
            "name": "background"
        },
        "visdef": {
            "map_coastline_resolution": "high", 
            "map_coastline_land_shade_colour": "cream", 
            "map_grid": "off", 
            "map_coastline_land_shade": "on", 
            "map_coastline_sea_shade": "off", 
            "map_label": "off", 
            "map_coastline_colour": "rgb(65, 64, 66)"
        } 
    }
]