Re: [PATCH 5/6] conntrack: export lsm context rather than internalsecid via netlink

From: Jan Engelhardt
Date: Fri Sep 24 2010 - 17:08:08 EST



On Friday 2010-09-24 22:45, Eric Paris wrote:
>+#ifdef CONFIG_NF_CONNTRACK_SECMARK
>+static int ctnetlink_nlmsg_secctx_size(const struct nf_conn *ct)
>+{
>+ int len;
>+
>+ security_secid_to_secctx(ct->secmark, NULL, &len);
>+
>+ return sizeof(char) * len;
>+}
>+#endif

sizeof(char) is defined to be 1, so it's a little redundant.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/