]> git.ipfire.org Git - thirdparty/man-pages.git/commit
setns.2: Document the use of PID file descriptors with setns()
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 15 Jun 2020 14:23:49 +0000 (16:23 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 15 Jun 2020 14:23:49 +0000 (16:23 +0200)
commitea31fdec71b18a7f15ee5acfe3fe2a4d6e1149de
tree88481cb32ed6192ad043c450182b2a0403755ce1
parenteca31e69703c18439d4ee782cf26c16b259b2d80
setns.2: Document the use of PID file descriptors with setns()

Starting with Linux 5.8, setns() can take a PID file descriptor as
an argument, and move the caller into or more of the namespaces of
the thread referred to by that descriptor.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/setns.2