package/klish-plugin-infix: disable 'shell' access from CLI

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>
This commit is contained in:
Joachim Wiberg
2024-03-22 05:34:36 +01:00
parent 3f06e107f6
commit d9cf3adaff
-1
View File
@@ -11,7 +11,6 @@ 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.