This file is indexed.

/usr/share/augeas/lenses/dist/tests/test_tuned.aug is in augeas-lenses 1.4.0-0ubuntu1.1.

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
module Test_tuned =

let conf = "# Global tuned configuration file.

dynamic_tuning = 0
update_interval = 10
"

test Tuned.lns get conf =
  { "#comment" = "Global tuned configuration file." }
  {  }
  { "dynamic_tuning" = "0" }
  { "update_interval" = "10" }