Skip to content

Commit 56f2e3b

Browse files
stefanhaRHJames Morris
authored andcommitted
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 <[email protected]> Signed-off-by: James Morris <[email protected]>
1 parent 60cf7c5 commit 56f2e3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/uapi/linux/capability.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,8 @@ struct vfs_ns_cap_data {
331331

332332
#define CAP_AUDIT_CONTROL 30
333333

334+
/* Set or remove capabilities on files */
335+
334336
#define CAP_SETFCAP 31
335337

336338
/* Override MAC access.

0 commit comments

Comments
 (0)