aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-10-27 10:36:50 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-10-27 14:51:44 +0100
commit1e4d6750e0f7b21fb19e92be800769df6af40d50 (patch)
treeb1a070aed73ab980b6413af98fb23ece41e7741d
parent874355e30bd5663d7824232002f47a3122ec0cf9 (diff)
downloadman-pages-1e4d6750e0f7b21fb19e92be800769df6af40d50.tar.gz
clone.2: CAP_CHECKPOINT_RESTORE can now be used to employ 'set_tid'
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/clone.25
1 files changed, 5 insertions, 0 deletions
diff --git a/man2/clone.2 b/man2/clone.2
index 74a0550e77..cfb054ac13 100644
--- a/man2/clone.2
+++ b/man2/clone.2
@@ -365,6 +365,11 @@ The
.I set_tid
feature requires
.BR CAP_SYS_ADMIN
+or
+(since Linux 5.9)
+.\" commit 124ea650d3072b005457faed69909221c2905a1f
+.\" commit 1caef81da05a84a40dbf02110e967ce6d1135ff6
+.BR CAP_CHECKPOINT_RESTORE
in all owning user namespaces of the target PID namespaces.
.PP
Callers may only choose a PID greater than 1 in a given PID namespace