From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-19.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A4863C433F5 for ; Wed, 8 Sep 2021 14:59:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8B43E610FF for ; Wed, 8 Sep 2021 14:59:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352013AbhIHPAf (ORCPT ); Wed, 8 Sep 2021 11:00:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:59216 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351929AbhIHPAL (ORCPT ); Wed, 8 Sep 2021 11:00:11 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 946FB61176; Wed, 8 Sep 2021 14:59:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631113142; bh=I9nRCiQVEaw8EMBn5XYRpxUoWQZ4SY7CJXtl/LWJAoI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=s6LAHJt5xWJXpN07aWvZO3sjC9t8KEqalsjJyNJ8VVUDLuzqaibDLwkIcbhXc9UMT TF4mLT0q2e6KySMk8Zo+/HYNbf2KZwwnOWlN3AaE8UOIMZUEgXT952ws/TsOxJcbJE aIIHxb8Glx1PTcJk9lvbGbF08JcBPuwMrL8b8cVq/56RScimnA/uwzMPjttm0DEmYb NQLiGFl+5CDhvhKegBNwAZK1UuD0lUp0CAeGD12ZCbgP2JaHaAkGh3MleLU6YJcsY/ bpkFdvDzHU2aHe5Q7Hivc/IKFArBmfYLI2kTN+FfvTixJc5I4X9oKdhxsu7IafXfzE HbtZ/drai+QEA== Received: by mail.kernel.org with local (Exim 4.94.2) (envelope-from ) id 1mNz2S-006r45-VW; Wed, 08 Sep 2021 16:59:00 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , Greg KH Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , Fabrice Gasnier , Jonathan Cameron , Lakshmi Ramasubramanian , Mimi Zohar , Raphael Gianotti , Roberto Sassu , THOBY Simon , Tushar Sugandhi , Tyler Hicks , linux-kernel@vger.kernel.org Subject: [PATCH 8/9] ABI: security: fix location for evm and ima_policy Date: Wed, 8 Sep 2021 16:58:55 +0200 Message-Id: <27f568bf8973afb9c7aa023e96dcd4f50b07a188.1631112725.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The What: definitions there are wrong, pointing to different locations than what's expected. Signed-off-by: Mauro Carvalho Chehab --- Documentation/ABI/testing/evm | 4 ++-- Documentation/ABI/testing/ima_policy | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/ABI/testing/evm b/Documentation/ABI/testing/evm index 553fd8a33e56..4b76a19b7bb4 100644 --- a/Documentation/ABI/testing/evm +++ b/Documentation/ABI/testing/evm @@ -1,4 +1,4 @@ -What: security/evm +What: /sys/kernel/security/evm /sys/kernel/security/*/evm Date: March 2011 Contact: Mimi Zohar Description: @@ -93,7 +93,7 @@ Description: core/ima-setup) have support for loading keys at boot time. -What: security/integrity/evm/evm_xattrs +What: /sys/kernel/security/*/evm/evm_xattrs Date: April 2018 Contact: Matthew Garrett Description: diff --git a/Documentation/ABI/testing/ima_policy b/Documentation/ABI/testing/ima_policy index 5c2798534950..2d84063d196f 100644 --- a/Documentation/ABI/testing/ima_policy +++ b/Documentation/ABI/testing/ima_policy @@ -1,4 +1,4 @@ -What: security/ima/policy +What: /sys/kernel/security/*/ima/policy Date: May 2008 Contact: Mimi Zohar Description: -- 2.31.1