]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ptrace.2: Note that PTRACE_SEIZE is subject to a ptrace access mode check
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 11 Jun 2016 10:09:18 +0000 (12:09 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 29 Jun 2016 05:06:29 +0000 (07:06 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/ptrace.2

index e5a6461803c683e31ec6c82cfd8283a66b802937..fc7552b7c8992b561d884826a9f19581d1d0f112 100644 (file)
@@ -864,6 +864,12 @@ and
 must be zero.
 .I data
 contains a bit mask of ptrace options to activate immediately.
+
+Permission to perform a
+.BR PTRACE_SEIZE
+is governed by a ptrace access mode
+.B PTRACE_MODE_ATTACH_REALCREDS
+check; see below.
 .TP
 .B PTRACE_DETACH
 Restart the stopped tracee as for