This file is indexed.

/usr/src/xtables-addons-1.40/xt_CHAOS.Kconfig is in xtables-addons-dkms 1.40-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
config NETFILTER_XT_TARGET_CHAOS
	tristate '"CHAOS" target support'
	depends on NETFILTER_XTABLES && NETFILTER_ADVANCED
	depends on NETFILTER_XT_TARGET_DELUDE || NETFILTER_XT_TARGET_TARPIT
	depends on CONFIG_IP_NF_TARGET_REJECT
	---help---
	The CHAOS target is a module to report back false results to nmap
	scans by randomly switching between DELUDE/TARPIT, REJECT and DROP
	behavior.