This file is indexed.

/usr/share/doc/cfengine2/examples/cf.chflags.example is in cfengine2 2.2.10-4build2.

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
################################################################
#
# cf.chflags - tests for exrtra attributes chflags in OpenBSD/*BSD
#
#################################################################

control:

   timezone  = ( MET CET )

      actionsequence =
         (
	 files
         )

############################################################################

files:

    /tmp/flags.00  mode=0600 owner=0 group=0
                   action=touch

    /tmp/flags.01  mode=0600 owner=0 group=0  
                   flags=uappnd,uchg,uunlnk,nodump,opaque,sappnd,schg,sunlnk  
                   action=touch

    /tmp/flags.02  mode=0600 owner=0 group=0  
                   flags=uappnd,uunlnk,opaque,schg
                   action=touch

    /tmp/flags.03  mode=0600 owner=0 group=0  flags=uchg,sappnd,sunlnk
                   action=touch

    /tmp/flags.04  mode=0600 owner=0 group=0  flags=5400037
                   action=touch