commit | 90e229ef61fad240554f5899eb122fbe44990f78 | [log] [tgz] |
---|---|---|
author | Matteo Croce <mcroce@redhat.com> | Fri Oct 27 20:08:23 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Oct 29 11:55:32 2017 +0900 |
tree | 4a8b72b837553c2b3658f147a65a50d13a51267a | |
parent | 87e3de1e4e21f8d00dd5eacbf4825b8b15bdbe87 [diff] |
ppp: allow usage in namespaces 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 <mcroce@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>