Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b07a24f authored by Paul Moore's avatar Paul Moore Committed by David S. Miller
Browse files

lsm: add the missing documentation for the security_skb_owned_by() hook



Unfortunately we didn't catch the missing comments earlier when the
patch was merged.

Signed-off-by: default avatarPaul Moore <pmoore@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent fea75645
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -1012,6 +1012,10 @@ static inline void security_free_mnt_opts(struct security_mnt_opts *opts)
 *	This hook can be used by the module to update any security state
 *	This hook can be used by the module to update any security state
 *	associated with the TUN device's security structure.
 *	associated with the TUN device's security structure.
 *	@security pointer to the TUN devices's security structure.
 *	@security pointer to the TUN devices's security structure.
 * @skb_owned_by:
 *	This hook sets the packet's owning sock.
 *	@skb is the packet.
 *	@sk the sock which owns the packet.
 *
 *
 * Security hooks for XFRM operations.
 * Security hooks for XFRM operations.
 *
 *