Re: [PATCH v2] capabilities: add description for CAP_SETFCAP

2020-06-02 Thread James Morris
On Tue, 2 Jun 2020, Stefan Hajnoczi wrote: > Document the purpose of CAP_SETFCAP. For some reason this capability > had no description while the others did. > > Signed-off-by: Stefan Hajnoczi Thanks. Applied to git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git

[PATCH v2] capabilities: add description for CAP_SETFCAP

2020-06-02 Thread Stefan Hajnoczi
Document the purpose of CAP_SETFCAP. For some reason this capability had no description while the others did. Signed-off-by: Stefan Hajnoczi --- v2: * Rebased onto git master include/uapi/linux/capability.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/uapi/linux/capability.h