This file is indexed.

/usr/share/perl5/Config/Model/models/LCDd/lcdm001.pl is in libconfig-model-lcdproc-perl 2.052-2.

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
[
  {
    'class_description' => 'generated from LCDd.conf',
    'element' => [
      'BackKey',
      {
        'default' => 'UpKey',
        'type' => 'leaf',
        'value_type' => 'uniline'
      },
      'Device',
      {
        'default' => '/dev/ttyS1',
        'type' => 'leaf',
        'value_type' => 'uniline'
      },
      'ForwardKey',
      {
        'default' => 'DownKey',
        'type' => 'leaf',
        'value_type' => 'uniline'
      },
      'MainMenuKey',
      {
        'default' => 'RightKey',
        'type' => 'leaf',
        'value_type' => 'uniline'
      },
      'PauseKey',
      {
        'default' => 'LeftKey',
        'description' => 'keypad settings
Keyname      Function
             Normal context              Menu context
-------      --------------              ------------
PauseKey     Pause/Continue              Enter/select
BackKey      Back(Go to previous screen) Up/Left
ForwardKey   Forward(Go to next screen)  Down/Right
MainMenuKey  Open main menu              Exit/Cancel',
        'type' => 'leaf',
        'value_type' => 'uniline'
      }
    ],
    'name' => 'LCDd::lcdm001'
  }
]
;