On Thu, Apr 16, 2015 at 05:02:15PM +1000, James Morris wrote: > > They don't support namespaces, and maintaining the label is critical for > SELinux, at least, which mediates security for the system as a whole.
Thanks for the confirmation James, I thought this looked a bit dodgy :) ---8<--- This patch reverts commit b8fb4e0648a2ab3734140342002f68fb0c7d1602 because the secmark must be preserved even when a packet crosses namespace boundaries. The reason is that security labels apply to the system as a whole and is not per-namespace. Signed-off-by: Herbert Xu <herb...@gondor.apana.org.au> diff --git a/net/core/skbuff.c b/net/core/skbuff.c index a185427..d1967da 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c @@ -4130,7 +4130,6 @@ void skb_scrub_packet(struct sk_buff *skb, bool xnet) skb->ignore_df = 0; skb_dst_drop(skb); skb_sender_cpu_clear(skb); - skb_init_secmark(skb); secpath_reset(skb); nf_reset(skb); nf_reset_trace(skb); -- Email: Herbert Xu <herb...@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html