This file is indexed.

/etc/security/limits.d/stenographer.conf is in stenographer-common 0.0~git20161206.0.66a8e7e-7.

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
# stenographer limits
#
# Stenographer generally:
#  * uses a lot of files
#  * uses large files
# So let's make sure it can.
#
# Note:  You don't need to use this if you use upstart.conf to start
# stenographer with upstart, since it sets its own limits.

# Allow files up to 4G
stenographer	-	fsize	4194304

# Allow unlimited open files
stenographer	-	nofile	1000000