diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/security.h | 1 |
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 |