package/busybox: select individual libraries when SELinux is enabled
authorAdam Duskett <Aduskett@gmail.com>
Thu, 16 May 2019 15:52:00 +0000 (11:52 -0400)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 18 May 2019 20:06:54 +0000 (22:06 +0200)
From the help test of individual binaries:

  With this option enabled, each applet is a separate binary, which is
  needed for proper operation with SELinux

As such, it makes sense to select this option when SELinux support is
selected as well.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/busybox/Config.in

index e5c5f89a4df883016a66d8ef8baa28022e8984f9..bab00bf83578c047945ccaf623a0ec4671d502aa 100644 (file)
@@ -42,6 +42,7 @@ config BR2_PACKAGE_BUSYBOX_SELINUX
        depends on !BR2_STATIC_LIBS
        depends on BR2_TOOLCHAIN_USES_GLIBC
        depends on !BR2_arc
+       select BR2_PACKAGE_BUSYBOX_INDIVIDUAL_BINARIES
        select BR2_PACKAGE_LIBSELINUX
        help
          Enable SELinux support in BusyBox. Please note that