From b4eb4508e4824eecea131b87083ad0c282c263ea Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 13 Nov 2023 16:25:14 +0100 Subject: [PATCH] configs: disable root login in NETCONF builds Signed-off-by: Joachim Wiberg --- configs/aarch64_defconfig | 3 ++- configs/x86_64_defconfig | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index 657da815..2a5da885 100644 --- a/configs/aarch64_defconfig +++ b/configs/aarch64_defconfig @@ -13,6 +13,7 @@ BR2_TARGET_GENERIC_ISSUE="Infix by KernelKit" BR2_INIT_FINIT=y BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt ${BR2_EXTERNAL_INFIX_PATH}/board/common/xattrs ${BR2_EXTERNAL_INFIX_PATH}/board/netconf/xattrs" +# BR2_TARGET_ENABLE_ROOT_LOGIN is not set BR2_TARGET_GENERIC_GETTY_TERM="xterm" BR2_SYSTEM_DHCP="eth0" BR2_ENABLE_LOCALE_WHITELIST="C en_US en_CA" @@ -108,7 +109,7 @@ BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT=y BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SIGNATURE_SUPPORT=y INFIX_VENDOR_HOME="https://github.com/kernelkit" INFIX_DESC="Infix is a Network Operating System based on Linux. It can be set up both as a switch, with offloading using switchdev, and a router with firewalling." -INFIX_HOME="https://github.com/kernelkit/infix" +INFIX_HOME="https://github.com/kernelkit/infix/" INFIX_DOC="https://github.com/kernelkit/infix/tree/main/doc" INFIX_SUPPORT="mailto:kernelkit@googlegroups.com" BR2_PACKAGE_CONFD=y diff --git a/configs/x86_64_defconfig b/configs/x86_64_defconfig index 99b3bbdc..7c93c2e6 100644 --- a/configs/x86_64_defconfig +++ b/configs/x86_64_defconfig @@ -12,6 +12,7 @@ BR2_TARGET_GENERIC_ISSUE="Infix by KernelKit" BR2_INIT_FINIT=y BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt ${BR2_EXTERNAL_INFIX_PATH}/board/common/xattrs ${BR2_EXTERNAL_INFIX_PATH}/board/netconf/xattrs" +# BR2_TARGET_ENABLE_ROOT_LOGIN is not set BR2_TARGET_GENERIC_GETTY_TERM="xterm" BR2_SYSTEM_DHCP="eth0" BR2_ENABLE_LOCALE_WHITELIST="C en_US en_CA"