aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/security.h
diff options
context:
space:
mode:
authorJames Morris <jmorris@namei.org>2009-08-13 21:19:29 -0400
committerJames Morris <jmorris@namei.org>2009-08-13 21:19:29 -0400
commitf322abf83feddc3c37c3a91794e0c5aece4af18e (patch)
tree60cdb95cc38e85a3d13714f1d2b7dfa01434e7e4 /include/linux/security.h
parent25354c4fee169710fd9da15f3bb2abaa24dcf933 (diff)
security: update documentation for security_request_module
Update documentation for security_request_module to indicate return value, as suggested by Serge Hallyn. Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'include/linux/security.h')
-rw-r--r--include/linux/security.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/security.h b/include/linux/security.h
index 1e3dd86eea99..a16d6b7c4ebe 100644
--- a/include/linux/security.h
+++ b/include/linux/security.h
@@ -681,6 +681,7 @@ static inline void security_free_mnt_opts(struct security_mnt_opts *opts)
681 * @kernel_module_request: 681 * @kernel_module_request:
682 * Ability to trigger the kernel to automatically upcall to userspace for 682 * Ability to trigger the kernel to automatically upcall to userspace for
683 * userspace to load a kernel module with the given name. 683 * userspace to load a kernel module with the given name.
684 * Return 0 if successful.
684 * @task_setuid: 685 * @task_setuid:
685 * Check permission before setting one or more of the user identity 686 * Check permission before setting one or more of the user identity
686 * attributes of the current process. The @flags parameter indicates 687 * attributes of the current process. The @flags parameter indicates