]> git.ipfire.org Git - thirdparty/man-pages.git/commit
ptrace.2: Do not say that PTRACE_O_TRACESYSGOOD may not work
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 26 Nov 2018 21:18:47 +0000 (00:18 +0300)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 27 Nov 2018 07:14:54 +0000 (08:14 +0100)
commitb29cd73f56b1d418eb04f674c8ac8d2c6091b32e
tree690c681969e04586138793b5dd8f62555d5b5e73
parent4a5a783d8f7081b157d5d311e69c2dfb20778e0c
ptrace.2: Do not say that PTRACE_O_TRACESYSGOOD may not work

Remove the old statement that PTRACE_O_TRACESYSGOOD may not work
on all architectures.  As far as I can tell, all kernel code
properly tests PT_TRACESYSGOOD flag and sets the 7th bit in the
exit code passed to ptrace_notify().

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/ptrace.2