]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
secmark: export secctx, drop secmark in procfs
authorEric Paris <eparis@redhat.com>
Wed, 13 Oct 2010 20:25:00 +0000 (16:25 -0400)
committerJames Morris <jmorris@namei.org>
Wed, 20 Oct 2010 23:12:52 +0000 (10:12 +1100)
commit1ae4de0cdf855305765592647025bde55e85e451
treeb0e4392dea4fe14c562f7e61c2aecdddfdbb0cec
parent1cc63249adfa957b34ca51effdee90ff8261d63f
secmark: export secctx, drop secmark in procfs

The current secmark code exports a secmark= field which just indicates if
there is special labeling on a packet or not.  We drop this field as it
isn't particularly useful and instead export a new field secctx= which is
the actual human readable text label.

Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: James Morris <jmorris@namei.org>
net/ipv4/netfilter/nf_conntrack_l3proto_ipv4_compat.c
net/netfilter/nf_conntrack_standalone.c