* [PATCH 02/15] prctl.2, ptrace.2: update pointer to in-kernel Yama documentation
@ 2017-09-11 3:03 Eugene Syromyatnikov
[not found] ` <20170911030352.GA29790-ZbobWygYI+YXGNroddHbYwC/G2K4zDHf@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Eugene Syromyatnikov @ 2017-09-11 3:03 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
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.
* 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-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
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
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 02/15] prctl.2, ptrace.2: update pointer to in-kernel Yama documentation
[not found] ` <20170911030352.GA29790-ZbobWygYI+YXGNroddHbYwC/G2K4zDHf@public.gmane.org>
@ 2017-09-11 13:56 ` Michael Kerrisk (man-opages)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-opages) @ 2017-09-11 13:56 UTC (permalink / raw)
To: Eugene Syromyatnikov; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
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-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
> 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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-09-11 13:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-11 3:03 [PATCH 02/15] prctl.2, ptrace.2: update pointer to in-kernel Yama documentation Eugene Syromyatnikov
[not found] ` <20170911030352.GA29790-ZbobWygYI+YXGNroddHbYwC/G2K4zDHf@public.gmane.org>
2017-09-11 13:56 ` Michael Kerrisk (man-opages)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox