Re: [PATCH] ppp: allow usage in namespaces

2017-10-28 Thread David Miller
From: Matteo Croce Date: Fri, 27 Oct 2017 20:08:23 +0200 > Check for CAP_NET_ADMIN with ns_capable() instead of capable() > to allow usage of ppp in user namespace other than the init one. > > Signed-off-by: Matteo Croce Ok, applied to net-next.

[PATCH] ppp: allow usage in namespaces

2017-10-27 Thread Matteo Croce
Check for CAP_NET_ADMIN with ns_capable() instead of capable() to allow usage of ppp in user namespace other than the init one. Signed-off-by: Matteo Croce --- drivers/net/ppp/ppp_generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ppp/ppp_generic.c b/driver