This file is indexed.

/usr/share/gnunet/config.d/fs.conf is in gnunet-server 0.9.3-7build1.

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
[fs]
AUTOSTART = YES
INDEXDB = $SERVICEHOME/fs/idxinfo.lst
TRUST = $SERVICEHOME/fs/credit/
IDENTITY_DIR = $SERVICEHOME/fs/identities/
STATE_DIR = $SERVICEHOME/fs/persistence/
UPDATE_DIR = $SERVICEHOME/fs/updates/
# PORT = 2094
HOSTNAME = localhost
HOME = $SERVICEHOME
CONFIG = $DEFAULTCONFIG
BINARY = gnunet-service-fs
ACCEPT_FROM = 127.0.0.1;
ACCEPT_FROM6 = ::1;

DELAY = YES
CONTENT_CACHING = YES
CONTENT_PUSHING = YES

UNIXPATH = /tmp/gnunet-service-fs.sock
UNIX_MATCH_UID = NO
UNIX_MATCH_GID = YES
# DEBUG = YES
MAX_PENDING_REQUESTS = 65536
# Maximum frequency we're allowed to poll the datastore
# for content for migration (can be used to reduce 
# GNUnet's disk-IO rate)
MIN_MIGRATION_DELAY = 100 ms
EXPECTED_NEIGHBOUR_COUNT = 128

# Enable monkey?
PREFIX =