Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp61160ybg; Tue, 2 Jun 2020 16:27:48 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyz/hO0/Fn6Ed3b+o2wfQkvPf52qEbaZckOvL0GRdl00GldmgqIv2vBXu6nByp1qs8NiDy6 X-Received: by 2002:a17:906:b2c1:: with SMTP id cf1mr26973597ejb.135.1591140468479; Tue, 02 Jun 2020 16:27:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591140468; cv=none; d=google.com; s=arc-20160816; b=olYF4timPAI9WqKoLqqLzHrAJJw6cWpR3Z2jSBLRBqe9N0k6C1TFCE3LDWFGgDaRec IE/RQ1Fc9d0QswVi89e/RXQVl7cbuoBCu17aKkg6MBIYOnd9e12sY401yceyY6tsPjm0 ZbeJeNbttwlzrAGos7zl2J/cbxoiTttXYEHQaDnaq2O35+THP94JTE849qz3dsu33AkV W4LJ1VK1+kbaNARWSOku/IbnHknQU2mnPeEWtx5iSMHsrOhXD6oJEmSzNiIyU+R3zSjW kFWxfb/UTskVsFRggQAW7rJh7x+9Z9ZQBbZdMBCnA4+GgeJ4FlRFhR4HYnOpBDvJvmMI lKAw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=tl7Nz/Z+RWLg30PEZhiUoErWbeT+ev7/55s1ttKm9NA=; b=rzTkVqLpH0H0QV3bBHb157LgCCJ2GF/D2xNzrcdSzDaDlY2fqiC5Arxq1tlZZmZsUX Nm5MAfXkKrniuRJw5BXL5+V+EQHO0tXXFSE5ERs0CQRF7D9xf2AYbjVhH8WPElHHm6d2 KIsUM8p7X+cL5h64uHzFvpXeGak2XtghV+ZZc5lj0faWzj1RYy7Hz5COxONDM96W82GV zFuY5e0QiMmqnpP+6oJtR5tRp1GbOOJ0RTpcoFnVYoy58ttCA84JY/J1yGjFl8HuOKmi k6XJsuAtOpkw6FDpJ95y4JVc2Uj0YEz1nBCDBk11EtpDyRZ6ewyzbpf20kZ70xD07Q7L w7Gg== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id v23si180351eju.572.2020.06.02.16.27.24; Tue, 02 Jun 2020 16:27:48 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727816AbgFBXZm (ORCPT + 99 others); Tue, 2 Jun 2020 19:25:42 -0400 Received: from namei.org ([65.99.196.166]:40580 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726589AbgFBXZm (ORCPT ); Tue, 2 Jun 2020 19:25:42 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id 052NPTYc023408; Tue, 2 Jun 2020 23:25:29 GMT Date: Wed, 3 Jun 2020 09:25:29 +1000 (AEST) From: James Morris To: Stefan Hajnoczi cc: linux-security-module@vger.kernel.org, Serge Hallyn , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] capabilities: add description for CAP_SETFCAP In-Reply-To: <20200602091728.10843-1-stefanha@redhat.com> Message-ID: References: <20200602091728.10843-1-stefanha@redhat.com> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2 Jun 2020, Stefan Hajnoczi wrote: > Document the purpose of CAP_SETFCAP. For some reason this capability > had no description while the others did. > > Signed-off-by: Stefan Hajnoczi Thanks. Applied to git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-general -- James Morris