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=-9.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS 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 85733C4742C for ; Fri, 13 Nov 2020 22:03:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 45CC622252 for ; Fri, 13 Nov 2020 22:03:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726306AbgKMWAW (ORCPT ); Fri, 13 Nov 2020 17:00:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45784 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726287AbgKMWAO (ORCPT ); Fri, 13 Nov 2020 17:00:14 -0500 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 976A0C061A47; Fri, 13 Nov 2020 14:00:07 -0800 (PST) Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 80C2F4FA; Fri, 13 Nov 2020 22:00:06 +0000 (UTC) Date: Fri, 13 Nov 2020 15:00:05 -0700 From: Jonathan Corbet To: Siddhant Gupta Cc: mortonm@chromium.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, mamtashukla555@gmail.com, himadrispandya@gmail.com Subject: Re: [PATCH] Documentation: admin-guide: LSM: improve the title underline Message-ID: <20201113150005.6265d600@lwn.net> In-Reply-To: <20201112091353.GA19262@Sleakybeast> References: <20201112091353.GA19262@Sleakybeast> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Thu, 12 Nov 2020 14:43:53 +0530 Siddhant Gupta wrote: > Fix warning of title underline too short > > Signed-off-by: Siddhant Gupta > --- > Documentation/admin-guide/LSM/SafeSetID.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/admin-guide/LSM/SafeSetID.rst b/Documentation/admin-guide/LSM/SafeSetID.rst > index 17996c9070e2..0ec34863c674 100644 > --- a/Documentation/admin-guide/LSM/SafeSetID.rst > +++ b/Documentation/admin-guide/LSM/SafeSetID.rst > @@ -107,7 +107,7 @@ for a UID/GID will prevent that UID/GID from obtaining auxiliary setid > privileges, such as allowing a user to set up user namespace UID/GID mappings. > > Note on GID policies and setgroups() > -================== > +==================================== This was already fixed by Mauro last month. Thanks, jon