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.master
parent
91df57a18d
commit
0b187ba019
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue