dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/phonet
Eric W. Biederman dfc47ef863 net: Push capable(CAP_NET_ADMIN) into the rtnl methods
- In rtnetlink_rcv_msg convert the capable(CAP_NET_ADMIN) check
  to ns_capable(net->user-ns, CAP_NET_ADMIN).  Allowing unprivileged
  users to make netlink calls to modify their local network
  namespace.

- In the rtnetlink doit methods add capable(CAP_NET_ADMIN) so
  that calls that are not safe for unprivileged users are still
  protected.

Later patches will remove the extra capable calls from methods
that are safe for unprivilged users.

Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-11-18 20:32:44 -05:00
..
Kconfig Phonet: kill the ST-Ericsson pipe controller Kconfig 2011-03-09 11:59:33 -08:00
Makefile Net: phonet: Makefile: Remove deprecated kbuild goal definitions 2010-11-22 08:16:14 -08:00
af_phonet.c net: remove my future former mail address 2012-06-17 16:29:38 -07:00
datagram.c net: remove my future former mail address 2012-06-17 16:29:38 -07:00
pep-gprs.c net: remove my future former mail address 2012-06-17 16:29:38 -07:00
pep.c net: remove my future former mail address 2012-06-17 16:29:38 -07:00
pn_dev.c net: remove my future former mail address 2012-06-17 16:29:38 -07:00
pn_netlink.c net: Push capable(CAP_NET_ADMIN) into the rtnl methods 2012-11-18 20:32:44 -05:00
socket.c userns: Print out socket uids in a user namespace aware fashion. 2012-08-14 21:48:06 -07:00
sysctl.c net: remove my future former mail address 2012-06-17 16:29:38 -07:00