This file is indexed.

/etc/sysctl.d/corekeeper.conf is in corekeeper 1.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
# Linux support for corekeeper
# corekeeper dump adds privacy for multi-user systems.
# Only root can see what software crashed for other users.
# Non-root users can see that something crashed, no way to fix that.
# It requires Linux 3.7-rc1, see v3.6-6800-g12a2b4b in linux.git for info.
# If you use it with an earlier kernel then only root can access core dumps.
# If you don't want to use it, comment core_pattern below and uncomment this:
#kernel.core_pattern = /var/crash/%p-%u-%g-%s-%t-%h-%E.core
kernel.core_pattern = |/usr/lib/corekeeper/dump %d %u %p-%u-%g-%s-%t-%h-%E.core
kernel.core_uses_pid = 1
fs.suid_dumpable = 2