[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200414154945.142372-1-stefanha@redhat.com>
Date: Tue, 14 Apr 2020 16:49:45 +0100
From: Stefan Hajnoczi <stefanha@...hat.com>
To: linux-security-module@...r.kernel.org
Cc: Serge Hallyn <serge@...lyn.com>, linux-kernel@...r.kernel.org,
Stefan Hajnoczi <stefanha@...hat.com>
Subject: [PATCH] capabilities: add description for CAP_SETFCAP
Document the purpose of CAP_SETFCAP. For some reason this capability
had no description while the others did.
Signed-off-by: Stefan Hajnoczi <stefanha@...hat.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
Powered by blists - more mailing lists