This file is indexed.

/usr/src/xtables-addons-1.40/xt_TEE.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_TEE
	tristate '"TEE" target support'
	depends on NETFILTER_XTABLES
	depends on NETFILTER_ADVANCED
	depends on IP_NF_MANGLE || IP6_NF_MANGLE
	---help---
	This option adds a "TEE" target, which enables you to duplicate
	packets and route those duplicates to a different gateway.
	The target has to be used inside the mangle table.