mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 07:33:01 +02:00
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>
19 lines
449 B
Plaintext
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
|