This file is indexed.

/usr/share/augeas/lenses/dist/tests/test_gshadow.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
14
15
16
17
18
module Test_Gshadow =

let conf = "root:x::
uucp:x::
sudo:x:suadmin1,suadmin2:coadmin1,coadmin2
"

test Gshadow.lns get conf =
  { "root"
    { "password" = "x" } }
  { "uucp"
    { "password" = "x" } }
  { "sudo"
    { "password" = "x" }
    { "admin" = "suadmin1" }
    { "admin" = "suadmin2" }
    { "member" = "coadmin1" }
    { "member" = "coadmin2" } }