Skip to content

Commit

Permalink
LSM: Update function documentation for cap_capable
Browse files Browse the repository at this point in the history
This should have gone in with commit
c1a85a0.

Signed-off-by: Micah Morton <[email protected]>
Signed-off-by: James Morris <[email protected]>
  • Loading branch information
micah-morton authored and James Morris committed Feb 25, 2019
1 parent 09186e5 commit e88ed48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/commoncap.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static void warn_setuid_and_fcaps_mixed(const char *fname)
* @cred: The credentials to use
* @ns: The user namespace in which we need the capability
* @cap: The capability to check for
* @audit: Whether to write an audit message or not
* @opts: Bitmask of options defined in include/linux/security.h
*
* Determine whether the nominated task has the specified capability amongst
* its effective set, returning 0 if it does, -ve if it does not.
Expand Down

0 comments on commit e88ed48

Please sign in to comment.