mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 05:13:01 +02:00
This patch restricts the possible user shells to a subset of the list in /etc/shells, which is generated by Buildroot. The default is 'false' to prevent accidental shell access for non-admin role users. The default shell for the admin user is now /bin/clish, which can be further locked down before Infix v24.02 LTS. In case of internal error the default fallback shell is now set to the customizable LOGIN_SHELL, which currently is /bin/bash. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>