From d9cf3adaff90256c0e06ac35ba17dae8b7f7e6ed Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Wed, 20 Mar 2024 07:00:49 +0100 Subject: [PATCH] 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 --- package/klish-plugin-infix/Config.in | 1 - 1 file changed, 1 deletion(-) diff --git a/package/klish-plugin-infix/Config.in b/package/klish-plugin-infix/Config.in index 82fc62ce..f23bea1d 100644 --- a/package/klish-plugin-infix/Config.in +++ b/package/klish-plugin-infix/Config.in @@ -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.