aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2020-06-02 10:17:28 +0100
committerJames Morris <jmorris@namei.org>2020-06-02 16:22:46 -0700
commit56f2e3b7d819f4fa44857ba81aa6870f18714ea0 (patch)
tree07c06b8388a8facf7f6b5ae09cd7c2d2b0a3c9f9
parent60cf7c5ed5f7087c4de87a7676b8c82d96fd166c (diff)
downloadlinux-stable-56f2e3b7d819f4fa44857ba81aa6870f18714ea0.tar.gz
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@redhat.com> Signed-off-by: James Morris <jmorris@namei.org>
-rw-r--r--include/uapi/linux/capability.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/capability.h b/include/uapi/linux/capability.h
index 240fdb9a60f68..877972fdfda3a 100644
--- a/include/uapi/linux/capability.h
+++ b/include/uapi/linux/capability.h
@@ -331,6 +331,8 @@ struct vfs_ns_cap_data {
#define CAP_AUDIT_CONTROL 30
+/* Set or remove capabilities on files */
+
#define CAP_SETFCAP 31
/* Override MAC access.