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.
This commit is contained in:
2025-08-01 18:03:49 -05:00
parent 91df57a18d
commit 0b187ba019

View File

@@ -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"