[OpenWrt-Devel] [PATCH 1/7] package/utils/busybox: add optional selinux support
    Thomas Petazzoni 
    thomas.petazzoni at bootlin.com
       
    Sat Jan  4 08:15:38 EST 2020
    
    
  
Hello,
On Sat, 4 Jan 2020 15:06:38 +0200
Daniel Golle <daniel at makrotopia.org> wrote:
> > @@ -76,6 +76,9 @@ LDLIBS += $(call BUSYBOX_IF_ENABLED,PAM,pam pam_misc pthread)
> >  ifeq ($(CONFIG_USE_GLIBC),y)
> >    LDLIBS += $(call BUSYBOX_IF_ENABLED,NSLOOKUP_OPENWRT,resolv)
> >  endif
> > +ifeq ($(CONFIG_BUSYBOX_CONFIG_SELINUX),y)
> > +  LDLIBS += selinux sepol
> > +endif  
> 
> also here, it would be better to have a build-variant of busybox with
> has selinux enabled instead of a buildroot compile option.
Thanks for your feedback. Could you give some initial hints on what you
mean by "build-variant", or at least point at some existing examples ?
Thanks a lot,
Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
    
    
More information about the openwrt-devel
mailing list