This file is indexed.

/etc/init/paxctld.conf is in paxctld 1.1-1.

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
description	"PaX flags maintenance daemon"

start on runlevel [2345]
stop on runlevel [!2345]

console none

pre-start script
	test -x /sbin/paxctld || { stop; exit 0; }
end script

exec /sbin/paxctld