This file is indexed.

/usr/include/dieharder/rgb_lmn.h is in libdieharder-dev 3.31.1-4.

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
/*
 * Hopefully this is a valid default initialization of the template test.
 */

int rgb_lmn(Dtest **dtest,Test **test);

static Dtest lmn_test = {
  "RGB lmn Test",
  "rgb_lmn_test",
  "\n\
#==================================================================\n\
#                      RGB lmn Test\n\
#\n\
# This is a template for a Universal Test (of sorts) that replaces\n\
# or subsumes sts_series and rgb_bitdist.  It should prove to be\n\
# a very powerful way of revealing bitlevel correlations and indeed\n\
# should systematically subsume many other tests as well.\n\
#==================================================================\n",
  100,
  100000
  0,
  rgb_lmn,
  0
};