Files
infix/package/klish-plugin-infix/Config.in
T
Joachim Wiberg 8354997104 src/klish-plugin-infix: break out shell to optional shell.xml
Some customers don't want unprivileged CLI users to be able to exit to
a shell.  The shell is currently hard-coded to bash, but should be one
of the ietf-system shells, configurable --with-shell=foo.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2024-02-25 19:49:27 +01:00

19 lines
449 B
Plaintext

config BR2_PACKAGE_KLISH_PLUGIN_INFIX
bool "klish-plugin-infix"
select BR2_PACKAGE_KLISH
select BR2_PACKAGE_KLISH_PLUGIN_SYSREPO
select BR2_PACKAGE_SYSREPO
help
A plugin to klish with an opinionated config and some
command extensions, suitable for systems running Infix.
if BR2_PACKAGE_KLISH_PLUGIN_INFIX
config BR2_PACKAGE_KLISH_PLUGIN_INFIX_SHELL
bool "shell command"
default y
help
Include 'shell' command exit to Bash.
endif