public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Paul Moore <pmoore@redhat.com>
To: linux-security-module@vger.kernel.org
Cc: netdev@vger.kernel.org
Subject: [PATCH] lsm: export the security_skb_owned_by() function
Date: Fri, 12 Apr 2013 11:43:00 -0400	[thread overview]
Message-ID: <20130412154300.26512.67761.stgit@localhost> (raw)

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

Signed-off-by: Paul Moore <pmoore@redhat.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

             reply	other threads:[~2013-04-12 15:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-12 15:43 Paul Moore [this message]
2013-04-12 17:39 ` [PATCH] lsm: export the security_skb_owned_by() function David Miller
2013-04-12 18:51   ` Paul Moore

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130412154300.26512.67761.stgit@localhost \
    --to=pmoore@redhat.com \
    --cc=linux-security-module@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox