...the first one. The first argument can be: PR_CAP_AMBIENT PR_CAPBSET_READ PR_CAPBSET_DROP PR_SET_CHILD_SUBREAPER PR_GET_CHILD_SUBREAPER PR_SET_DUMPABLE PR_GET_DUMPABLE PR_SET_END…...it (1) (or by the nearest "subreaper" process as defined through the use of the prctl (2) PR_SET_CHILD_SUBREAPER operation). The process's parent is sent a SIGCHLD signal. The v…...s has been reparented (either init (1) or a "subreaper" process defined via the prctl (2) PR_SET_CHILD_SUBREAPER operation). ERRORS These functions are always successful. VERSIO…...s has been reparented (either init (1) or a "subreaper" process defined via the prctl (2) PR_SET_CHILD_SUBREAPER operation). ERRORS These functions are always successful. VERSIO…...t (1), (or by the nearest "subreaper" process as defined through the use of the prctl (2) PR_SET_CHILD_SUBREAPER operation); init (1) automatically performs a wait to remove the…...t (1), (or by the nearest "subreaper" process as defined through the use of the prctl (2) PR_SET_CHILD_SUBREAPER operation); init (1) automatically performs a wait to remove the…...t (1), (or by the nearest "subreaper" process as defined through the use of the prctl (2) PR_SET_CHILD_SUBREAPER operation); init (1) automatically performs a wait to remove the…enable or disable kernel management of Memory Protection eXtensions (MPX) NAME PR_MPX_ENABLE_MANAGEMENT, PR_MPX_DISABLE_MANAGEMENT - enable or disable kernel management of Memory P…create a child process NAME fork - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> pid_t fork(void); DESCRIPTION fork () creates a new…disable or enable performance counters attached to the calling process NAME PR_TASK_PERF_EVENTS_DISABLE, PR_TASK_PERF_EVENTS_ENABLE - disable or enable performance counters attache…get the secure computing mode NAME PR_GET_SECCOMP - get the secure computing mode LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/prctl.h> /* Definition of PR_* …operate on Secure Computing state of the process NAME seccomp - operate on Secure Computing state of the process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/…set pointer to thread ID NAME set_tid_address - set pointer to thread ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constant…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…give advice about use of memory NAME madvise - give advice about use of memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int madvise(void addr [. len…create a file descriptor for event notification NAME eventfd - create a file descriptor for event notification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/even…create a file descriptor for event notification NAME eventfd - create a file descriptor for event notification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/even…set and get a thread's CPU affinity mask NAME sched_setaffinity, sched_getaffinity - set and get a thread's CPU affinity mask LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #de…