]> git.ipfire.org Git - thirdparty/man-pages.git/commit
setns.2: Correct the version for time namespace support
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 20 Oct 2020 10:54:32 +0000 (12:54 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 20 Oct 2020 10:54:32 +0000 (12:54 +0200)
commit2009b7275864f941740d80e746a3de962c4e099e
tree91cee101dab35b0b9457f5235a6d2e2ebca949a8
parente013bdeb8fd192c1abc0a7762c0c2143d68ff987
setns.2: Correct the version for time namespace support

Time namespaces were added in kernel 5.6, but setns() support
for time namespaces was added only starting with kernel 5.8:

    commit 76c12881a38aaa83e1eb4ce2fada36c3a732bad4
    Author: Christian Brauner <christian.brauner@ubuntu.com>
    Date:   Mon Jul 6 17:49:11 2020 +0200

        nsproxy: support CLONE_NEWTIME with setns()

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