On 09/11/2017 05:03 AM, Eugene Syromyatnikov wrote:
Linux commit v4.13-rc1~34^2~30 converted yama documentation (previously resided in Documentation/security/Yama.txt) to ReStructured, along with relocating it to Documentation/amdin-guide/LSM/Yama.rst.
Applied. Thanks! Cheers, Michael
* man2/prctl.2 (.SH DESCRIPTION) <.TP .BR PR_SET_PTRACER>: Amend pointer to Documentation/security/Yama.txt with change introduced in Linux 4.13 (Documentation/admin-guide/LSM/Yama.rst). * man2/ptrace.2 (.SS /proc/sys/kernel/yama/ptrace_scope): Likewise. Signed-off-by: Eugene Syromyatnikov <evgsyr@xxxxxxxxx> --- man2/prctl.2 | 6 +++++- man2/ptrace.2 | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/man2/prctl.2 b/man2/prctl.2 index 88c67a3..046dbcb 100644 --- a/man2/prctl.2 +++ b/man2/prctl.2 @@ -889,7 +889,11 @@ the ptrace restrictions introduced by Yama are effectively disabled for the calling process. .IP For further information, see the kernel source file -.IR Documentation/security/Yama.txt . +.IR Documentation/admin\-guide/LSM/Yama.rst +.\" commit 90bb766440f2147486a2acc3e793d7b8348b0c22 +(or +.IR Documentation/security/Yama.txt +before Linux 4.13). .TP .BR PR_SET_SECCOMP " (since Linux 2.6.23)" .\" See http://thread.gmane.org/gmane.linux.kernel/542632 diff --git a/man2/ptrace.2 b/man2/ptrace.2 index dc84d41..cdf503a 100644 --- a/man2/ptrace.2 +++ b/man2/ptrace.2 @@ -2595,7 +2595,11 @@ operation to declare an additional PID that is allowed to perform .BR PTRACE_MODE_ATTACH operations on the target. See the kernel source file +.IR Documentation/admin\-guide/LSM/Yama.rst +.\" commit 90bb766440f2147486a2acc3e793d7b8348b0c22 +(or .IR Documentation/security/Yama.txt +before Linux 4.13) for further details. .IP The use of
-- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html