mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-21 06:24:12 +00:00
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>
This commit is contained in:
parent
60cf7c5ed5
commit
56f2e3b7d8
1 changed files with 2 additions and 0 deletions
|
@ -331,6 +331,8 @@ struct vfs_ns_cap_data {
|
||||||
|
|
||||||
#define CAP_AUDIT_CONTROL 30
|
#define CAP_AUDIT_CONTROL 30
|
||||||
|
|
||||||
|
/* Set or remove capabilities on files */
|
||||||
|
|
||||||
#define CAP_SETFCAP 31
|
#define CAP_SETFCAP 31
|
||||||
|
|
||||||
/* Override MAC access.
|
/* Override MAC access.
|
||||||
|
|
Loading…
Add table
Reference in a new issue