Skip to content

Commit

Permalink
capabilities: add description for CAP_SETFCAP
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
stefanhaRH authored and James Morris committed Jun 2, 2020
1 parent 60cf7c5 commit 56f2e3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/uapi/linux/capability.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 56f2e3b

Please sign in to comment.