[SECMARK]: Add xtables SECMARK target
authorJames Morris <jmorris@namei.org>
Fri, 9 Jun 2006 07:30:57 +0000 (00:30 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 18 Jun 2006 04:29:59 +0000 (21:29 -0700)
commit5e6874cdb8de94cd3c15d853a8ef9c6f4c305055
tree3f289088db7512d55d6e46d1d14c5d18f07f9b4f
parent984bc16cc92ea3c247bf34ad667cfb95331b9d3c
[SECMARK]: Add xtables SECMARK target

Add a SECMARK target to xtables, allowing the admin to apply security
marks to packets via both iptables and ip6tables.

The target currently handles SELinux security marking, but can be
extended for other purposes as needed.

Signed-off-by: James Morris <jmorris@namei.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter/xt_SECMARK.h [new file with mode: 0644]
net/netfilter/Kconfig
net/netfilter/Makefile
net/netfilter/xt_SECMARK.c [new file with mode: 0644]