This file is indexed.

/usr/share/chipcard/apps/egk.xml is in libchipcard-data 5.0.2-1build1.

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
<!-- 
  This file only contains a short description which applies to all DDV type
  cards. It is only used while determining the correct DDV card version
 -->
 
<apps>
  <app name="egk">

    <files>
      <ef name="EF_DIR" sid="0x2f00"
          type="record" mode="linear" 
          minnum="1">
        <record>
          <ELEM name="application" type="tlv" minnum="1" maxnum="1" >
            <tlv id="0x61">
              <ELEM name="data" type="tlv" minnum="12" maxnum="0" >
                <tlv id="0x4f">
                  <ELEM name="template" type="bin" />
                </tlv>
              </ELEM>
            </tlv>
          </ELEM>
        </record>
      </ef>

      <ef name="EF_GDO" sid="0x2f02"
          type="transparent">
      </ef>

      <ef name="EF_C_EGK_AUTH" sid="0x2f03"
          type="transparent">
      </ef>

      <ef name="EF_C_CA_EGK_CS" sid="0x2f04"
          type="transparent">
      </ef>

      <df name="DF_HCA" lid="d27600000102" >
        <files>
          <ef name="EF_PD" sid="0xd001"
              type="transparent">
          </ef>

          <ef name="EF_VD" sid="0xd002"
              type="transparent">
          </ef>

          <ef name="EF_GVD" sid="0xd003"
              type="transparent">
          </ef>

          <ef name="EF_DM" sid="0xd004"
              type="transparent">
          </ef>

          <ef name="EF_EINWILLIGUNG" sid="0xd005"
              type="transparent">
          </ef>

          <ef name="EF_LOGGING" sid="0xd006"
              type="record" mode="cyclic">
          </ef>

          <ef name="EF_EREZEPT_TICKETS" sid="0xd007"
              type="record" mode="linear">
          </ef>

          <ef name="EF_EREZEPT_CONTAINER" sid="0xd008"
              type="transparent">
          </ef>

          <ef name="EF_EAMDOK_TICKETS" sid="0xd009"
              type="record" mode="linear">
          </ef>

          <ef name="EF_EPA_TICKETS" sid="0xd00a"
              type="record" mode="linear">
          </ef>

          <ef name="EF_ENOTFALLDATEN" sid="0xd00b"
              type="transparent">
          </ef>
          
        </files>
        
      </df>

    </files>
  </app>
</apps>