瀏覽代碼

package/busybox: select individual libraries when SELinux is enabled

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>
Adam Duskett 6 年之前
父節點
當前提交
769d4c6160
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/busybox/Config.in

+ 1 - 0
package/busybox/Config.in

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