-
- Downloads
net: core: add getsockopt SO_PEERPIDFD
Add SO_PEERPIDFD which allows to get pidfd of peer socket holder pidfd. This thing is direct analog of SO_PEERCRED which allows to get plain PID. Cc: "David S. Miller" <davem@davemloft.net> Cc: Eric Dumazet <edumazet@google.com> Cc: Jakub Kicinski <kuba@kernel.org> Cc: Paolo Abeni <pabeni@redhat.com> Cc: Leon Romanovsky <leon@kernel.org> Cc: David Ahern <dsahern@kernel.org> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Kees Cook <keescook@chromium.org> Cc: Christian Brauner <brauner@kernel.org> Cc: Kuniyuki Iwashima <kuniyu@amazon.com> Cc: Lennart Poettering <mzxreary@0pointer.de> Cc: Luca Boccassi <bluca@debian.org> Cc: Daniel Borkmann <daniel@iogearbox.net> Cc: Stanislav Fomichev <sdf@google.com> Cc: bpf@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: netdev@vger.kernel.org Cc: linux-arch@vger.kernel.org Reviewed-by:Christian Brauner <brauner@kernel.org> Acked-by:
Stanislav Fomichev <sdf@google.com> Tested-by:
Luca Boccassi <bluca@debian.org> Signed-off-by:
Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> Reviewed-by:
Eric Dumazet <edumazet@google.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- arch/alpha/include/uapi/asm/socket.h 1 addition, 0 deletionsarch/alpha/include/uapi/asm/socket.h
- arch/mips/include/uapi/asm/socket.h 1 addition, 0 deletionsarch/mips/include/uapi/asm/socket.h
- arch/parisc/include/uapi/asm/socket.h 1 addition, 0 deletionsarch/parisc/include/uapi/asm/socket.h
- arch/sparc/include/uapi/asm/socket.h 1 addition, 0 deletionsarch/sparc/include/uapi/asm/socket.h
- include/uapi/asm-generic/socket.h 1 addition, 0 deletionsinclude/uapi/asm-generic/socket.h
- net/core/sock.c 33 additions, 0 deletionsnet/core/sock.c
- net/unix/af_unix.c 16 additions, 0 deletionsnet/unix/af_unix.c
- tools/include/uapi/asm-generic/socket.h 1 addition, 0 deletionstools/include/uapi/asm-generic/socket.h
Loading
Please register or sign in to comment