Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp4541584pxj; Tue, 8 Jun 2021 17:27:49 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwyAHnB45rH4CFE2DFvfafHOwI/z65LIWl+jbYarGsew7KC2Bf+I2TqgZvV6KI6Yj6IbAXA X-Received: by 2002:aa7:c983:: with SMTP id c3mr28015538edt.58.1623198469778; Tue, 08 Jun 2021 17:27:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623198469; cv=none; d=google.com; s=arc-20160816; b=Jiw5IdC+Qwa1T8kgyGWvyzzLuZBI16UFL27NDO7rq1yP/BDsgc/cZq+fdG1Pm4RHop PgaiRjW49+AWWKgjBzh1HO8zWtE6kYSNuymDB2VgNqK5ztAKN7uJ9fd14rFelHgev770 x1Ym+v8cham0/6ktq8vzMbMB0vSDxTO2lyHj4dB3icLPSP4MBJAjmTiBKBl+G0NmNl6G tYkcZW+Yq1L9T59p09l22UJXS3NnxEtmJK9+KkYczn3T8kbom8dKDnbceHEsC4DdjN0t lQ22wApQHqXkZvEq/tqTb8Ap5gBgvz0E/vM1xLJAIYlxxfHpYt+MNPOaBeixxm/J8UYF SNzg== 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=DMAblhoAa+kgt56qyXOyvrxAc6N5IIeYq1PVbeg+71c=; b=X5V1JNpZ/CKORLivZ0xOTBLYSkDiAirXei0b6lUQtkm+8NVqUe0fO2oocw5V1IprIN b9QtsnkvZ+xHGKQl/dcU5AVJzQ0z95KlwDncYfMrD2eUBdcn8Ry/1zZY/w/ExoVAgFEu k3OCuJ6O2jjAFkzWuaMWExm0KL4JI3nVR/H2XOUZjAOWi2nFNF03ZFAufOhd6CbE/fzb uGbcqYKDsLTpEu1itgQ8lwTt6we6dFzp37lSrqqzg6OlX5E1I/sa0Q8b+nIHfsycygkL 76CUhOZe5JO+/4D3NutmrRuoWu4V/n5aWalBF+brPm2/MbDtNhb2qkzw+1ESIy14B+GZ MbWA== 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=huawei.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id l20si960735edt.377.2021.06.08.17.27.26; Tue, 08 Jun 2021 17:27:49 -0700 (PDT) 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=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232693AbhFHMd4 (ORCPT + 99 others); Tue, 8 Jun 2021 08:33:56 -0400 Received: from frasgout.his.huawei.com ([185.176.79.56]:3168 "EHLO frasgout.his.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232531AbhFHMdz (ORCPT ); Tue, 8 Jun 2021 08:33:55 -0400 Received: from fraeml714-chm.china.huawei.com (unknown [172.18.147.206]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4Fzq6Y1YHhz6G862; Tue, 8 Jun 2021 20:19:17 +0800 (CST) Received: from roberto-ThinkStation-P620.huawei.com (10.204.62.217) by fraeml714-chm.china.huawei.com (10.206.15.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Tue, 8 Jun 2021 14:32:00 +0200 From: Roberto Sassu To: , CC: , , , , , Roberto Sassu Subject: [PATCH 1/5] doc: Fix warning in Documentation/security/IMA-templates.rst Date: Tue, 8 Jun 2021 14:31:20 +0200 Message-ID: <20210608123124.335868-1-roberto.sassu@huawei.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.204.62.217] X-ClientProxiedBy: lhreml753-chm.china.huawei.com (10.201.108.203) To fraeml714-chm.china.huawei.com (10.206.15.33) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch fixes the warning: Documentation/security/IMA-templates.rst:81: WARNING: Inline substitution_reference start-string without end-string. Reported-by: Stephen Rothwell Signed-off-by: Roberto Sassu --- Documentation/security/IMA-templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/security/IMA-templates.rst b/Documentation/security/IMA-templates.rst index 5adc22f99496..1a91d92950a7 100644 --- a/Documentation/security/IMA-templates.rst +++ b/Documentation/security/IMA-templates.rst @@ -78,7 +78,7 @@ descriptors by adding their identifier to the format string - 'iuid': the inode UID; - 'igid': the inode GID; - 'imode': the inode mode; - - 'xattrnames': a list of xattr names (separated by |), only if the xattr is + - 'xattrnames': a list of xattr names (separated by ``|``), only if the xattr is present; - 'xattrlengths': a list of xattr lengths (u32), only if the xattr is present; - 'xattrvalues': a list of xattr values; -- 2.25.1