This file is indexed.

/etc/switchconf/conf is in switchconf 0.0.9-2.

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
# Where are located the different configurations
conf_top_dirs=/etc/switchconf

# What is the top level directory of the installation
dest_dir=/

# What is the name of the exec directory (all files included will
# be executed before or after configuration changes)
exec_dir_before=before.d

exec_dir_after=after.d

# What is the path to run-parts.  Leave empty if you want to use the
# internal implementation
run_parts=/bin/run-parts

# defines how to copy files to their configuration place. 
# 'softlink' - uses soft linking to copy the files
# 'hardlink' - uses hardlinks to copy the files
# 'copy'     - uses cp to copy the files
# 'softlink' is the default value
config_method=softlink