diff --git a/conf/buildroot-aarch64.config b/conf/buildroot-aarch64.config index 2c8fb57..3790c65 100644 --- a/conf/buildroot-aarch64.config +++ b/conf/buildroot-aarch64.config @@ -2871,7 +2871,7 @@ BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS=y # # BR2_PACKAGE_LIBBYTESIZE is not set # BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set +BR2_PACKAGE_LIBCAP_NG=y # # libcgroup needs a glibc toolchain w/ C++ diff --git a/conf/buildroot-arm.config b/conf/buildroot-arm.config index 11b1e52..7147a3e 100644 --- a/conf/buildroot-arm.config +++ b/conf/buildroot-arm.config @@ -2970,7 +2970,7 @@ BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS=y # # BR2_PACKAGE_LIBBYTESIZE is not set # BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set +BR2_PACKAGE_LIBCAP_NG=y # # libcgroup needs a glibc toolchain w/ C++ diff --git a/conf/buildroot-ppc64le.config b/conf/buildroot-ppc64le.config index 6080141..e6b8f7f 100644 --- a/conf/buildroot-ppc64le.config +++ b/conf/buildroot-ppc64le.config @@ -2413,7 +2413,7 @@ BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS=y # BR2_PACKAGE_LIBBSD is not set # BR2_PACKAGE_LIBBYTESIZE is not set # BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set +BR2_PACKAGE_LIBCAP_NG=y # # libcgroup needs a glibc toolchain w/ C++ diff --git a/conf/buildroot-x86_64.config b/conf/buildroot-x86_64.config index 1239b4f..4442faa 100644 --- a/conf/buildroot-x86_64.config +++ b/conf/buildroot-x86_64.config @@ -2897,7 +2897,7 @@ BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS=y # # BR2_PACKAGE_LIBBYTESIZE is not set # BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set +BR2_PACKAGE_LIBCAP_NG=y # # libcgroup needs a glibc toolchain w/ C++ diff --git a/src/etc/init.d/rc.sysinit b/src/etc/init.d/rc.sysinit index 7c19e77..ffd46a9 100755 --- a/src/etc/init.d/rc.sysinit +++ b/src/etc/init.d/rc.sysinit @@ -55,6 +55,8 @@ mkdir /run/var.tmp hostname -F /etc/hostname +filecap /usr/bin/traceroute NET_RAW + f="/bin/lxc-is-container" && write_lxc_is_container > "$f" && chmod 755 "$f" if ! is_lxc; then