mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-02 05:43:02 +02:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user