overview of the virtual ELF dynamic shared object NAME vdso - overview of the virtual ELF dynamic shared object SYNOPSIS #include <sys/auxv.h> void *vdso = (uintptr_t) getauxval(AT…in-kernel key management and retention facility NAME keyrings - in-kernel key management and retention facility DESCRIPTION The Linux key-management facility is primarily a way for…Linux VSOCK address family NAME vsock - Linux VSOCK address family SYNOPSIS #include <sys/socket.h> #include <linux/vm_sockets.h> stream_socket = socket(AF_VSOCK, SOCK_STREAM, 0); …overview of standard C libraries on Linux NAME libc - overview of standard C libraries on Linux DESCRIPTION The term “libc” is commonly used as a shorthand for the “standard C libr…overview of standard C libraries on Linux NAME libc - overview of standard C libraries on Linux DESCRIPTION The term “libc” is commonly used as a shorthand for the “standard C libr…overview of Linux user namespaces NAME user_namespaces - overview of Linux user namespaces DESCRIPTION For an overview of namespaces, see namespaces (7). User namespaces isolate se…list of eBPF helper functions NAME BPF-HELPERS - list of eBPF helper functions DESCRIPTION The extended Berkeley Packet Filter (eBPF) subsystem consists in programs written in a ps…overview of signals NAME signal - overview of signals DESCRIPTION Linux supports both POSIX reliable signals (hereinafter "standard signals") and POSIX real-time signals. Signal di…unprivileged access-control NAME Landlock - unprivileged access-control DESCRIPTION Landlock is an access-control system that enables any processes to securely restrict themselves …conventions for writing Linux man pages NAME man-pages - conventions for writing Linux man pages SYNOPSIS man [ section ] title DESCRIPTION This page describes the conventions that…