From e48ed83a6a5a6d4fed5f0f5ffeef593afbc88a16 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 29 Jun 2016 06:47:16 +0200 Subject: [PATCH] ptrace.2: tfix Reported-by: Jann Horn Signed-off-by: Michael Kerrisk --- man2/ptrace.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/ptrace.2 b/man2/ptrace.2 index 4dc53030c..1dd41466f 100644 --- a/man2/ptrace.2 +++ b/man2/ptrace.2 @@ -2355,7 +2355,7 @@ When performing an operation that requires a check, the calling process must either have the .B CAP_SYS_PTRACE capability in the user namespace of the target process or -it have a predefined relationship with the target process. +it must have a predefined relationship with the target process. By default, the predefined relationship is that the target process must be a child of the caller.