lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130412154300.26512.67761.stgit@localhost>
Date:	Fri, 12 Apr 2013 11:43:00 -0400
From:	Paul Moore <pmoore@...hat.com>
To:	linux-security-module@...r.kernel.org
Cc:	netdev@...r.kernel.org
Subject: [PATCH] lsm: export the security_skb_owned_by() function

Another bit we missed when adding the skb_owned_by() hook.

Signed-off-by: Paul Moore <pmoore@...hat.com>
---
 security/security.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/security.c b/security/security.c
index 03f248b..9eebd6b 100644
--- a/security/security.c
+++ b/security/security.c
@@ -1294,7 +1294,7 @@ void security_skb_owned_by(struct sk_buff *skb, struct sock *sk)
 {
 	security_ops->skb_owned_by(skb, sk);
 }
-
+EXPORT_SYMBOL(security_skb_owned_by);
 #endif	/* CONFIG_SECURITY_NETWORK */
 
 #ifdef CONFIG_SECURITY_NETWORK_XFRM

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ