mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 07:33:01 +02:00
After the pivot from having the CLI as default login to Bash (for remote scripting and production purposes) there is no need for "user friendly" access to a UNIX shell from the CLI. This provides the possiblity of limiting users to only the CLI, e.g. a user with only guest or operator privileges. [skip ci] Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
18 lines
438 B
Plaintext
18 lines
438 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"
|
|
help
|
|
Include 'shell' command exit to Bash.
|
|
|
|
endif
|