From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.hallyn.com (mail.hallyn.com [178.63.66.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C6D492770B for ; Wed, 2 Jul 2025 02:20:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=178.63.66.53 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751422858; cv=none; b=FJQq9bCC6AD4ouVReZf4E2sFiSZN0cJQ+66g9k5jxbNrXsezjAa4Y3vuofkxp2aL+kb3mZwbwB4HkpZEfpqdlRbAJxpFJ+QYQka/mulIiXTGR7Ye6BBfWUz3ms6wivzIxz3ZdPGpwDduQOlvJ0zvYAJO5SthTAiUsPMX3aM1I7s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751422858; c=relaxed/simple; bh=aS5nVKZCJKcscBKoJrsMThWCgLMB2LYoq/MhdlRn+SI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=JNkehi5e4ypEJQP/iP3o2vPQT3GE8K4RXvBSjwpQ86b7P9fNspbWPDtAKmal/hCjFqkT6j7DvPzzspNgfr28lheLWjyiszTkIObs2lXAzO0+5AkJvMdlqeDxy3Y6rw4B3bgJdiibRFCg4kSUG0z3wxo6nJskRRDMePqAZq/rsVY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=hallyn.com; spf=pass smtp.mailfrom=mail.hallyn.com; arc=none smtp.client-ip=178.63.66.53 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=hallyn.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=mail.hallyn.com Received: by mail.hallyn.com (Postfix, from userid 1001) id 174066CF; Tue, 1 Jul 2025 21:20:48 -0500 (CDT) Date: Tue, 1 Jul 2025 21:20:48 -0500 From: "Serge E. Hallyn" To: Paul Moore Cc: Ariel Otilibili , linux-security-module@vger.kernel.org, Serge Hallyn , "Andrew G . Morgan" Subject: Re: [PATCH 1/1] uapi: fix broken link in linux/capability.h Message-ID: References: <20250629120301.1702897-2-ariel.otilibili-anieli@eurecom.fr> <66376202561209641dad1c8894ec62cb@paul-moore.com> Precedence: bulk X-Mailing-List: linux-security-module@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <66376202561209641dad1c8894ec62cb@paul-moore.com> On Tue, Jul 01, 2025 at 10:05:45PM -0400, Paul Moore wrote: > On Jun 29, 2025 Ariel Otilibili wrote: > > > > The link to the libcap library is outdated: > > > > > $ curl "https://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/" > > > > > > > > > Index of /pub/linux/libs/security/linux-privs/kernel-2.6/ > > > > > >

Index of /pub/linux/libs/security/linux-privs/kernel-2.6/


../
> > > 

> > > > > > > Instead, use a link to the libcap2 library: > > > > > $ curl "https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/" > > > > > > > > > Index of /pub/linux/libs/security/linux-privs/libcap2/ > > > > > >

Index of /pub/linux/libs/security/linux-privs/libcap2/


../
> > > old/                                               08-Nov-2007 06:34       -
> > > libcap-2.00.tar.gz                                 11-Jan-2014 16:49     37K
> > > libcap-2.00.tar.sign                               11-Jan-2014 16:49     819
> > > [...]
> > > libcap-2.76.tar.sign                               13-Apr-2025 18:20     833
> > > libcap-2.76.tar.xz                                 13-Apr-2025 18:20    195K
> > > sha256sums.asc                                     13-Apr-2025 18:25     14K
> > > 

> > > > > > > As well, give the complete reference of the POSIX compliance. > > > > Signed-off-by: Ariel Otilibili > > Acked-by: Andrew G. Morgan > > --- > > Cc: Serge Hallyn > > Cc: Andrew G. Morgan > > --- > > include/uapi/linux/capability.h | 5 +++-- > > 1 file changed, 3 insertions(+), 2 deletions(-) > > My personal preference would be for a commit description that doesn't > wrap when running 'git log' on a 80 char wide terminal, but ultimately Agreed. Would you mind updating that, and then I'll pull it in? thanks, -serge > that is Serge's call to make. Otherwise, the updated URL looks good to > me. > > Reviewed-by: Paul Moore > > -- > paul-moore.com