[PATCH] Smack: fix netfilter Makefile entry

Arnd Bergmann arnd at arndb.de
Wed Jan 28 11:23:27 PST 2015


On Wednesday 28 January 2015 21:18:11 Sergei Shtylyov wrote:
> > diff --git a/security/smack/Makefile b/security/smack/Makefile
> > index 616cf93b368e..d4a376c84050 100644
> > --- a/security/smack/Makefile
> > +++ b/security/smack/Makefile
> > @@ -5,4 +5,4 @@
> >   obj-$(CONFIG_SECURITY_SMACK) := smack.o
> >
> >   smack-y := smack_lsm.o smack_access.o smackfs.o
> > -smack-$(CONFIG_NETFILTER) += smack_netfilter.o
> > +smack-$(SECURITY_SMACK_NETFILTER) += smack_netfilter.o
> 
>     CONFIG_ missing?

Yes, you are right. Anyway, as another fix is already queued,
it doesn't matter any more.

	Arnd



More information about the linux-arm-kernel mailing list