diff options
author | 2021-05-08 11:52:30 +0800 | |
---|---|---|
committer | 2021-05-10 14:21:02 -0700 | |
commit | 8ab78863e9eff11910e1ac8bcf478060c29b379e (patch) | |
tree | 4cd867763afd58d39079a7e862f1813b3dd52b73 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge tag 'riscv-for-linus-5.13-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux (diff) | |
download | wireguard-linux-8ab78863e9eff11910e1ac8bcf478060c29b379e.tar.xz wireguard-linux-8ab78863e9eff11910e1ac8bcf478060c29b379e.zip |
net/nfc/rawsock.c: fix a permission check bug
The function rawsock_create() calls a privileged function sk_alloc(), which requires a ns-aware check to check net->user_ns, i.e., ns_capable(). However, the original code checks the init_user_ns using capable(). So we replace the capable() with ns_capable().
Signed-off-by: Jeimon <jjjinmeng.zhou@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions