On Tue, 18 Aug 2020 16:07:03 +0800
Qingyu Li wrote:
> When creating a raw PF_BLUETOOTH socket,
> CAP_NET_RAW needs to be checked first.
>
These changes should be part of a series (patch 0,1,2 at least), and all
my replies on your other patch apply to this one as well.
When creating a raw PF_BLUETOOTH socket,
CAP_NET_RAW needs to be checked first.
Signed-off-by: Qingyu Li
---
net/bluetooth/bnep/sock.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/net/bluetooth/bnep/sock.c b/net/bluetooth/bnep/sock.c
index d515571b2afb..e06787a3b5ce 100644
--- a/net/bl