This file is indexed.

/usr/share/perl5/Config/Model/models/LCDd/EyeboxOne.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
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
[
  {
    'class_description' => 'generated from LCDd.conf',
    'element' => [
      'Backlight',
      {
        'description' => 'Switch on the backlight? ',
        'type' => 'leaf',
        'upstream_default' => 'yes',
        'value_type' => 'uniline'
      },
      'Cursor',
      {
        'description' => 'Switch on the cursor? ',
        'type' => 'leaf',
        'upstream_default' => 'no',
        'value_type' => 'uniline'
      },
      'Device',
      {
        'description' => 'Select the output device to use 
Device=/dev/cua01',
        'type' => 'leaf',
        'upstream_default' => '/dev/ttyS1',
        'value_type' => 'uniline'
      },
      'DownKey',
      {
        'default' => 'B',
        'type' => 'leaf',
        'value_type' => 'uniline'
      },
      'EscapeKey',
      {
        'default' => 'P',
        'type' => 'leaf',
        'value_type' => 'uniline'
      },
      'LeftKey',
      {
        'default' => 'D',
        'description' => 'Enter Key is a \\r character, so it\'s hardcoded in the driver',
        'type' => 'leaf',
        'value_type' => 'uniline'
      },
      'RightKey',
      {
        'default' => 'C',
        'type' => 'leaf',
        'value_type' => 'uniline'
      },
      'Size',
      {
        'description' => 'Set the display size ',
        'type' => 'leaf',
        'upstream_default' => '20x4',
        'value_type' => 'uniline'
      },
      'Speed',
      {
        'choice' => [
          '1200',
          '2400',
          '9600',
          '19200'
        ],
        'description' => 'Set the communication speed ',
        'type' => 'leaf',
        'upstream_default' => '19200',
        'value_type' => 'enum'
      },
      'UpKey',
      {
        'default' => 'A',
        'type' => 'leaf',
        'value_type' => 'uniline'
      },
      'keypad_test_mode',
      {
        'default' => 'no',
        'description' => 'You can find out which key of your display sends which
character by setting keypad_test_mode to yes and running
LCDd. LCDd will output all characters it receives.
Afterwards you can modify the settings above and set
keypad_set_mode to no again.',
        'type' => 'leaf',
        'value_type' => 'uniline'
      }
    ],
    'name' => 'LCDd::EyeboxOne'
  }
]
;