]> git.baikalelectronics.ru Git - kernel.git/commit
macvlan: disable SIOCSHWTSTAMP in container
authorHangbin Liu <liuhangbin@gmail.com>
Thu, 9 May 2019 06:54:08 +0000 (14:54 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 May 2019 16:30:35 +0000 (09:30 -0700)
commit9780f129e9948f9678aa2e518cee457f1c263bdf
treec37eef5d98338c65240a52abd30499faca04b1cb
parent5cc39b391e20d6403fce6c927f8f0357622ded46
macvlan: disable SIOCSHWTSTAMP in container

Miroslav pointed that with NET_ADMIN enabled in container, a normal user
could be mapped to root and is able to change the real device's rx
filter via ioctl on macvlan, which would affect the other ptp process on
host. Fix it by disabling SIOCSHWTSTAMP in container.

Fixes: a0eea306ae7b ("macvlan: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to real device")
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/macvlan.c