diff options
Diffstat (limited to 'include/linux/security.h')
-rw-r--r-- | include/linux/security.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/security.h b/include/linux/security.h index 83c18e8c846d..c8949385e56e 100644 --- a/include/linux/security.h +++ b/include/linux/security.h | |||
@@ -812,7 +812,7 @@ static inline void security_free_mnt_opts(struct security_mnt_opts *opts) | |||
812 | * Check permissions before connecting or sending datagrams from @sock to | 812 | * Check permissions before connecting or sending datagrams from @sock to |
813 | * @other. | 813 | * @other. |
814 | * @sock contains the socket structure. | 814 | * @sock contains the socket structure. |
815 | * @sock contains the peer socket structure. | 815 | * @other contains the peer socket structure. |
816 | * Return 0 if permission is granted. | 816 | * Return 0 if permission is granted. |
817 | * | 817 | * |
818 | * The @unix_stream_connect and @unix_may_send hooks were necessary because | 818 | * The @unix_stream_connect and @unix_may_send hooks were necessary because |