linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] capabilities: add description for CAP_SETFCAP
@ 2020-04-14 15:49 Stefan Hajnoczi
  2020-04-28  8:58 ` Stefan Hajnoczi
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Hajnoczi @ 2020-04-14 15:49 UTC (permalink / raw)
  To: 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>
---
 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 272dc69fa080..7288f0ad44af 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.1


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

end of thread, other threads:[~2020-05-01  3:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-14 15:49 [PATCH] capabilities: add description for CAP_SETFCAP Stefan Hajnoczi
2020-04-28  8:58 ` Stefan Hajnoczi
2020-05-01  3:51   ` 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).