linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] capabilities: add description for CAP_SETFCAP
@ 2020-06-02  9:17 Stefan Hajnoczi
  2020-06-02 23:25 ` James Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Hajnoczi @ 2020-06-02  9:17 UTC (permalink / raw)
  To: James Morris, linux-security-module
  Cc: Serge Hallyn, linux-kernel, Stefan Hajnoczi

Document the purpose of CAP_SETFCAP.  For some reason this capability
had no description while the others did.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
v2:
 * Rebased onto git master

 include/uapi/linux/capability.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/uapi/linux/capability.h b/include/uapi/linux/capability.h
index e58c9636741b..c4532b0fe00f 100644
--- a/include/uapi/linux/capability.h
+++ b/include/uapi/linux/capability.h
@@ -332,6 +332,8 @@ struct vfs_ns_cap_data {
 
 #define CAP_AUDIT_CONTROL    30
 
+/* Set or remove capabilities on files */
+
 #define CAP_SETFCAP	     31
 
 /* Override MAC access.
-- 
2.25.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] capabilities: add description for CAP_SETFCAP
  2020-06-02  9:17 [PATCH v2] capabilities: add description for CAP_SETFCAP Stefan Hajnoczi
@ 2020-06-02 23:25 ` James Morris
  0 siblings, 0 replies; 2+ messages in thread
From: James Morris @ 2020-06-02 23:25 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: linux-security-module, Serge Hallyn, linux-kernel

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 <stefanha@redhat.com>

Thanks.

Applied to
git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-general


-- 
James Morris
<jmorris@namei.org>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-02 23:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-02  9:17 [PATCH v2] capabilities: add description for CAP_SETFCAP Stefan Hajnoczi
2020-06-02 23:25 ` James Morris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).