diff options
Diffstat (limited to 'security/commoncap.c')
-rw-r--r-- | security/commoncap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/commoncap.c b/security/commoncap.c index 188eaf59f82f..f1d117c3d8ae 100644 --- a/security/commoncap.c +++ b/security/commoncap.c | |||
@@ -57,7 +57,7 @@ static void warn_setuid_and_fcaps_mixed(const char *fname) | |||
57 | * @cred: The credentials to use | 57 | * @cred: The credentials to use |
58 | * @ns: The user namespace in which we need the capability | 58 | * @ns: The user namespace in which we need the capability |
59 | * @cap: The capability to check for | 59 | * @cap: The capability to check for |
60 | * @audit: Whether to write an audit message or not | 60 | * @opts: Bitmask of options defined in include/linux/security.h |
61 | * | 61 | * |
62 | * Determine whether the nominated task has the specified capability amongst | 62 | * Determine whether the nominated task has the specified capability amongst |
63 | * its effective set, returning 0 if it does, -ve if it does not. | 63 | * its effective set, returning 0 if it does, -ve if it does not. |