* [PATCH] ip{,6}tables_security: fix future section mismatch
@ 2008-07-21 16:25 Alexey Dobriyan
2008-07-21 16:31 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Alexey Dobriyan @ 2008-07-21 16:25 UTC (permalink / raw)
To: kaber; +Cc: netfilter-devel, sds, jmorris, eparis
Currently not visible, because NET_NS is mutually exclusive with SYSFS
which is required by SECURITY.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---
net/ipv4/netfilter/iptable_security.c | 2 +-
net/ipv6/netfilter/ip6table_security.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--- a/net/ipv4/netfilter/iptable_security.c
+++ b/net/ipv4/netfilter/iptable_security.c
@@ -32,7 +32,7 @@ static struct
struct ipt_replace repl;
struct ipt_standard entries[3];
struct ipt_error term;
-} initial_table __initdata = {
+} initial_table __net_initdata = {
.repl = {
.name = "security",
.valid_hooks = SECURITY_VALID_HOOKS,
--- a/net/ipv6/netfilter/ip6table_security.c
+++ b/net/ipv6/netfilter/ip6table_security.c
@@ -31,7 +31,7 @@ static struct
struct ip6t_replace repl;
struct ip6t_standard entries[3];
struct ip6t_error term;
-} initial_table __initdata = {
+} initial_table __net_initdata = {
.repl = {
.name = "security",
.valid_hooks = SECURITY_VALID_HOOKS,
--
1.5.4.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ip{,6}tables_security: fix future section mismatch
2008-07-21 16:25 [PATCH] ip{,6}tables_security: fix future section mismatch Alexey Dobriyan
@ 2008-07-21 16:31 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2008-07-21 16:31 UTC (permalink / raw)
To: Alexey Dobriyan; +Cc: netfilter-devel, sds, jmorris, eparis
Alexey Dobriyan wrote:
> Currently not visible, because NET_NS is mutually exclusive with SYSFS
> which is required by SECURITY.
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-21 16:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-21 16:25 [PATCH] ip{,6}tables_security: fix future section mismatch Alexey Dobriyan
2008-07-21 16:31 ` Patrick McHardy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox