2021-02-10 12:02:08

by Colin King

[permalink] [raw]
Subject: [PATCH] doc/admin-guide: fix spelling mistake: "perfomance" -> "performance"

From: Colin Ian King <[email protected]>

There is a spelling mistake in the perf-security documentation. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
---
Documentation/admin-guide/perf-security.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/perf-security.rst b/Documentation/admin-guide/perf-security.rst
index 904e4eb37f99..34aa334320ca 100644
--- a/Documentation/admin-guide/perf-security.rst
+++ b/Documentation/admin-guide/perf-security.rst
@@ -72,7 +72,7 @@ monitoring and observability operations, thus, bypass *scope* permissions
checks in the kernel. CAP_PERFMON implements the principle of least
privilege [13]_ (POSIX 1003.1e: 2.2.2.39) for performance monitoring and
observability operations in the kernel and provides a secure approach to
-perfomance monitoring and observability in the system.
+performance monitoring and observability in the system.

For backward compatibility reasons the access to perf_events monitoring and
observability operations is also open for CAP_SYS_ADMIN privileged
--
2.30.0


2021-02-11 17:39:54

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] doc/admin-guide: fix spelling mistake: "perfomance" -> "performance"

Colin King <[email protected]> writes:

> From: Colin Ian King <[email protected]>
>
> There is a spelling mistake in the perf-security documentation. Fix it.
>
> Signed-off-by: Colin Ian King <[email protected]>
> ---
> Documentation/admin-guide/perf-security.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/perf-security.rst b/Documentation/admin-guide/perf-security.rst
> index 904e4eb37f99..34aa334320ca 100644
> --- a/Documentation/admin-guide/perf-security.rst
> +++ b/Documentation/admin-guide/perf-security.rst
> @@ -72,7 +72,7 @@ monitoring and observability operations, thus, bypass *scope* permissions
> checks in the kernel. CAP_PERFMON implements the principle of least
> privilege [13]_ (POSIX 1003.1e: 2.2.2.39) for performance monitoring and
> observability operations in the kernel and provides a secure approach to
> -perfomance monitoring and observability in the system.
> +performance monitoring and observability in the system.

Applied, thanks.

jon