This file is indexed.

/usr/share/perl5/Config/Model/models/LCDd/rawserial.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
[
  {
    'class_description' => 'generated from LCDd.conf',
    'element' => [
      'Device',
      {
        'description' => 'Select the output device to use ',
        'type' => 'leaf',
        'upstream_default' => '/dev/cuaU0',
        'value_type' => 'uniline'
      },
      'Size',
      {
        'description' => 'Specifies the size of the LCD. If this driver is loaded as a secondary driver
it always adopts to the size of the primary driver. If loaded as the only
(or primary) driver, the size can be set. ',
        'type' => 'leaf',
        'upstream_default' => '40x4',
        'value_type' => 'uniline'
      },
      'Speed',
      {
        'description' => 'Serial port baudrate ',
        'type' => 'leaf',
        'upstream_default' => '9600',
        'value_type' => 'uniline'
      },
      'UpdateRate',
      {
        'description' => 'How often to dump the LCD contents out the port, in Hertz (times per second)
1 = once per second, 4 is 4 times per second, 0.1 is once every 10 seconds.',
        'max' => '10',
        'min' => '0.0005',
        'type' => 'leaf',
        'upstream_default' => '1',
        'value_type' => 'number'
      }
    ],
    'name' => 'LCDd::rawserial'
  }
]
;