This file is indexed.

/usr/share/ksysguard/scripts/smaps/style.css is in libkf5sysguard-data 4:5.8.4-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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
th {
    color: #6D929B;
}
td {
    white-space:nowrap;
}
td.address {
    color:gray;
    font-family: monospace;
}
span.memory {
    color:blue;
    white-space: nowrap;
    cursor:default;
}

table {
    border-width:10px;
}

span.perms {
    color:gray;
    font-family: monospace;
}
td.perms {
    font-family: monospace;
}
td.memory, th.memory {
    text-align: right;
    white-space: nowrap;
}
td.comment {
    color:gray;
}
div.innertoc {
    float:right;
    background-color: #eeeeee;
    padding:5px;
}
div.summaryTable {
    float:left;
    padding:0px;
    min-width:48%;
}
thead th {
    border-color: gray;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}
table {
    margin-left: auto;
    margin-right: auto;
}
table.sortable th {
    cursor:default;
}
tbody.hidden {
    display:none;
}
div.fullDetails {
    clear:both;
    float:left;
}
table.fullDetails {
    display:none;
    width: 100%;
}
table.librarySummary {
    width: 48%;
}

a.page {
    display:block;
    text-align: right;
}
td {
    padding: 0em 0.3em;
}
tfoot.showFullLibrarySummaryLink {
    font-size: small;
    text-align: right;
}

span.definedWord {
    border-bottom: dashed 1px blue;
    cursor:help;
}
th.definedWord {
    cursor:help;
}

span.errorMessage {
    color: red;
}