]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit10d7ac115407a5103f0913f61c598a2411d5cd70
tree3f289088db7512d55d6e46d1d14c5d18f07f9b4f
parent32c8589d31bd5f9983fcdba5fe892b8dd1180a3c
[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]