Re: [PATCH net-next v2 2/4] rtnetlink: add restricted rtnl groups for ipv4 and ipv6 mroute

From: Nikolay Aleksandrov
Date: Tue Jun 20 2017 - 04:56:15 EST


On 19/06/17 23:44, Julien Gomes wrote:
> Add RTNLGRP_{IPV4,IPV6}_MROUTE_R as two new restricted groups for the
> NETLINK_ROUTE family.
> Binding to these groups specifically requires CAP_NET_ADMIN to allow
> multicast of sensitive messages (e.g. mroute cache reports).
>
> Signed-off-by: Julien Gomes <julien@xxxxxxxxxx>
> ---
> include/uapi/linux/rtnetlink.h | 4 ++++
> net/core/rtnetlink.c | 13 +++++++++++++
> 2 files changed, 17 insertions(+)

Thanks!

Suggested-by: Nikolay Aleksandrov <nikolay@xxxxxxxxxxxxxxxxxxx>
Signed-off-by: Nikolay Aleksandrov <nikolay@xxxxxxxxxxxxxxxxxxx>