aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/security.h
diff options
context:
space:
mode:
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 466cbadbd1ef..3696ca345745 100644
--- a/include/linux/security.h
+++ b/include/linux/security.h
@@ -978,6 +978,7 @@ static inline void security_free_mnt_opts(struct security_mnt_opts *opts)
978 * Check permissions on incoming network packets. This hook is distinct 978 * Check permissions on incoming network packets. This hook is distinct
979 * from Netfilter's IP input hooks since it is the first time that the 979 * from Netfilter's IP input hooks since it is the first time that the
980 * incoming sk_buff @skb has been associated with a particular socket, @sk. 980 * incoming sk_buff @skb has been associated with a particular socket, @sk.
981 * Must not sleep inside this hook because some callers hold spinlocks.
981 * @sk contains the sock (not socket) associated with the incoming sk_buff. 982 * @sk contains the sock (not socket) associated with the incoming sk_buff.
982 * @skb contains the incoming network data. 983 * @skb contains the incoming network data.
983 * @socket_getpeersec_stream: 984 * @socket_getpeersec_stream: