Re: [PATCH] net: Allow tc changes in user namespaces

2014-05-02 Thread David Miller
From: Stéphane Graber Date: Wed, 30 Apr 2014 11:25:43 -0400 > This switches a few remaining capable(CAP_NET_ADMIN) to ns_capable so > that root in a user namespace may set tc rules inside that namespace. > > Signed-off-by: Stéphane Graber > Acked-by: Serge E. Hallyn Applied to net-next,

Re: [PATCH] net: Allow tc changes in user namespaces

2014-05-02 Thread David Miller
From: Stéphane Graber stgra...@ubuntu.com Date: Wed, 30 Apr 2014 11:25:43 -0400 This switches a few remaining capable(CAP_NET_ADMIN) to ns_capable so that root in a user namespace may set tc rules inside that namespace. Signed-off-by: Stéphane Graber stgra...@ubuntu.com Acked-by: Serge E.

Re: [PATCH] net: Allow tc changes in user namespaces

2014-04-30 Thread Eric Dumazet
On Wed, 2014-04-30 at 11:25 -0400, Stéphane Graber wrote: > This switches a few remaining capable(CAP_NET_ADMIN) to ns_capable so > that root in a user namespace may set tc rules inside that namespace. > > Signed-off-by: Stéphane Graber > Acked-by: Serge E. Hallyn > Cc: "Eric W. Biederman" >

[PATCH] net: Allow tc changes in user namespaces

2014-04-30 Thread Stéphane Graber
This switches a few remaining capable(CAP_NET_ADMIN) to ns_capable so that root in a user namespace may set tc rules inside that namespace. Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn Cc: "Eric W. Biederman" Cc: Jamal Hadi Salim Cc: "David S. Miller" --- net/sched/cls_api.c |

[PATCH] net: Allow tc changes in user namespaces

2014-04-30 Thread Stéphane Graber
This switches a few remaining capable(CAP_NET_ADMIN) to ns_capable so that root in a user namespace may set tc rules inside that namespace. Signed-off-by: Stéphane Graber stgra...@ubuntu.com Acked-by: Serge E. Hallyn serge.hal...@ubuntu.com Cc: Eric W. Biederman ebied...@xmission.com Cc: Jamal

Re: [PATCH] net: Allow tc changes in user namespaces

2014-04-30 Thread Eric Dumazet
On Wed, 2014-04-30 at 11:25 -0400, Stéphane Graber wrote: This switches a few remaining capable(CAP_NET_ADMIN) to ns_capable so that root in a user namespace may set tc rules inside that namespace. Signed-off-by: Stéphane Graber stgra...@ubuntu.com Acked-by: Serge E. Hallyn