Merge branch 'check-CAP_NEW_RAW'
authorDavid S. Miller <davem@davemloft.net>
Tue, 24 Sep 2019 14:37:18 +0000 (16:37 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Sep 2019 14:37:18 +0000 (16:37 +0200)
commit0edc3f703f7bcaf550774b5d43ab727bcd0fe06b
treea0d906192a23f75f300b533636d03bfb5b2af674
parent3d66b89c30f9220a72e92847768fc8ba4d027d88
parent3a359798b176183ef09efb7a3dc59abad1cc7104
Merge branch 'check-CAP_NEW_RAW'

Greg Kroah-Hartman says:

====================
Raw socket cleanups

Ori Nimron pointed out that there are a number of places in the kernel
where you can create a raw socket, without having to have the
CAP_NET_RAW permission.

To resolve this, here's a short patch series to test these odd and old
protocols for this permission before allowing the creation to succeed

All patches are currently against the net tree.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>