This file is indexed.

/etc/readahead.conf is in readahead-fedora 2:1.5.6-5.

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
# Readahead config file

#
# RAC -- Read-Ahead-Collector
#

# Raw audit data
#RAC_RAWLOG="/var/log/readahead-rac.log"

# Rac automatically finish after N seconds
RAC_MAXTIME="300"

# Path to init process
RAC_INITPATH="/sbin/init"

# Template of path where RAC will store final lists
# -- %s will be replaced by "early" or "later"
RAC_LISTSPATH="/etc/readahead.d/custom.%s"

# Ignore syscalls from:
RAC_EXECIGN="/sbin/readahead /usr/sbin/preload"

# Exclude dirs
RAC_EXCLUDE="/proc /sys /dev /var/log /var/run /var/lock /home /tmp /var/tmp /media /selinux /mnt /var/lib/exim4 /var/lib/preload /etc/network/run"

# A first filename in the list
# RAC_LISTBEGIN="/etc/init.d/readahead_early"

# A filename which is a separator between early and later readahead
RAC_LISTSEP="/etc/init.d/later-readahead"

# On/Off debug mode (see also "-d" option)
RAC_DEBUG="off"

# On debug mode all debug messages goes to this file
RAC_DEBUGLOG="/run/readahead-rac.debug"