Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1247843pxb; Wed, 10 Feb 2021 04:02:08 -0800 (PST) X-Google-Smtp-Source: ABdhPJyhhfxDXXw4QXrfiAjMg0m/9Ghbl2IaQ58ro/epZEp4sN+1P7ZwwoOdNHg73YVcCg9eXm8n X-Received: by 2002:a17:906:35d9:: with SMTP id p25mr2596166ejb.398.1612958528284; Wed, 10 Feb 2021 04:02:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612958528; cv=none; d=google.com; s=arc-20160816; b=iKJrR0jcOlOaqNbGHiyG8t1GTTAsNjGLQOPD0PBQQ6s9HAo9E+vEFCanh0UBthwZfW 9xkdRAT8cpCLwhqCaxAujph0PJC9c2xU3IEd+XTHgmZEOzGUKPRJLG8Ll5JjKXlgpT2G 5Qvwmm9bLViqqZpGKSoNFrG22qGZj0gDlAxYLwcyjEZjFJ6npGdFnahwTOiKQIQpIXTE Gz5jXRItxb948Eyiqm5u7aP3b4zTKVBMmml2RQlLHlfdKLFxvPQj6Qpe4j5VbtLH9Pi4 +axtLJ9665/ysZh72QeWPXMNDy9Z/yjFhhWnuQ1Inry5xTbOUN9acpqL68tPDlMUWlmq 6xMQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=cHIsCv5nFV7bLFzr6UpJCfsSDKHk90RNmqoKBWSHCRs=; b=QbxplItKzZzQJ/xmnF/Z/Vxp+Nxow1kcU33kjVk07WX1g4z115mmfh6YwnQO6w4wgW 4kqcqMATBx27hykgRbHqeMSFcNLLeEl0DEOgC1VoOrdvvsK/0Nug5bm/fE4VcwC+TM3C EJFJmD2EuOTFaZAlXX3PsJa9vNAfVf4+yz4aftDpUFoRDFTDNos87JnjOhOocRqjelER lu0WoLFRo0rLCq905g3CwZOQ1/kRhLkfbq7bAkJPOQCPqBOAObI5NgU2fDs97ljK6CpO ojU3CgZCnc0+zP7wepe/qec0470vB8mdYKYWKXEenEe+iiIHPHNvZjx7m97g2GE8S40D KlZA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m19si1377672edd.458.2021.02.10.04.01.42; Wed, 10 Feb 2021 04:02:08 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230339AbhBJL7d (ORCPT + 99 others); Wed, 10 Feb 2021 06:59:33 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:39675 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231195AbhBJL5K (ORCPT ); Wed, 10 Feb 2021 06:57:10 -0500 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1l9o6a-000859-Bz; Wed, 10 Feb 2021 11:56:24 +0000 From: Colin King To: Jonathan Corbet , Arnaldo Carvalho de Melo , Alexey Budankov , linux-doc@vger.kernel.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] doc/admin-guide: fix spelling mistake: "perfomance" -> "performance" Date: Wed, 10 Feb 2021 11:56:24 +0000 Message-Id: <20210210115624.53551-1-colin.king@canonical.com> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Colin Ian King There is a spelling mistake in the perf-security documentation. Fix it. Signed-off-by: Colin Ian King --- 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