From 0b187ba0197a4bc7eaa95e740523e62731913e3c Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 1 Aug 2025 18:03:49 -0500 Subject: [PATCH] Install nsenter, setpriv These will be useful for inspecting with the graphical environment where the kiosk browser is running, with the same privileges as the GUI applications. --- configs/kitchenos_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/kitchenos_defconfig b/configs/kitchenos_defconfig index e0aded4..da69903 100644 --- a/configs/kitchenos_defconfig +++ b/configs/kitchenos_defconfig @@ -62,6 +62,8 @@ BR2_PACKAGE_SYSTEMD_COREDUMP=y BR2_PACKAGE_SYSTEMD_LOGIND=y # BR2_PACKAGE_SYSTEMD_NETWORKD is not set BR2_PACKAGE_SYSTEMD_SYSUSERS=y +BR2_PACKAGE_UTIL_LINUX_NSENTER=y +BR2_PACKAGE_UTIL_LINUX_SETPRIV=y BR2_TARGET_ROOTFS_EXT2=y BR2_TARGET_ROOTFS_EXT2_4=y BR2_TARGET_ROOTFS_EXT2_SIZE="512M"