This file is indexed.

/etc/fam.conf is in fam 2.7.0-17.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
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#  fam.conf
#
#  For more information on the configuration options below, see the
#  fam.conf(5) man page.

#
#  insecure_compatibility disables authentication.  This causes
#  untrusted_user to be ignored, because the UID presented by every client
#  connection will be believed.
#
#  The -C command-line argument overrides this option.
#
#insecure_compatibility = false

#
#  untrusted_user is the user which will be used for unauthenticated
#  clients.  If a file can't be stat'ed by this user, those clients won't be
#  able to fam it.  The value can be a user name or a numeric UID.
#
untrusted_user = nobody

#
#  local_only makes famd ignore requests from remote clients & remote fams.
#  Note that this is ignored if famd is started by inetd.
#
#  The -L command-line argument overrides this option.
#
local_only = true

#
#  idle_timeout sets the number of seconds famd will wait for new
#  connections before quitting.  A value of zero will cause famd to
#  wait indefinitely.  The default is 5.
#
#  The -T command-line argument overrides this option.
#
#idle_timeout = 5

#
#  nfs_polling_interval sets the number of seconds between polling files
#  on NFS filesystems.  The default is 6.
#
#  The -t command-line argument overrides this option.
#
#nfs_polling_interval = 6

#
#  xtab_verification makes famd check the list of exported filesystems to
#  verify that requests from remote hosts fall on filesystems which are
#  exported to the hosts.
#
#xtab_verification = true