mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-30 19:18:31 +00:00
net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGS
The ETHTOOL_GLINKSETTINGS command is deprecating the ETHTOOL_GSET command and likewise it shouldn't require the CAP_NET_ADMIN capability. Signed-off-by: Miroslav Lichvar <mlichvar@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d876a4d2af
commit
8006f6bf5e
1 changed files with 1 additions and 0 deletions
|
@ -2479,6 +2479,7 @@ int dev_ethtool(struct net *net, struct ifreq *ifr)
|
|||
case ETHTOOL_GET_TS_INFO:
|
||||
case ETHTOOL_GEEE:
|
||||
case ETHTOOL_GTUNABLE:
|
||||
case ETHTOOL_GLINKSETTINGS:
|
||||
break;
|
||||
default:
|
||||
if (!ns_capable(net->user_ns, CAP_NET_ADMIN))
|
||||
|
|
Loading…
Add table
Reference in a new issue