Merge pull request #8396 from zhongwencool/restricted-shell

fix: restricted_shell not working
This commit is contained in:
Zaiming (Stone) Shi 2022-07-02 11:16:09 +01:00 committed by GitHub
commit 1cc688b754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,11 @@
## (Disabled by default..use with caution!) ## (Disabled by default..use with caution!)
#-heart #-heart
## The shell is started in a restricted mode.
## In this mode, the shell evaluates a function call only if allowed.
## Prevent user from accidentally calling a function from the prompt that could harm a running system.
-stdlib restricted_shell emqx_restricted_shell
## Specifies the net_kernel tick time in seconds. ## Specifies the net_kernel tick time in seconds.
## This is the approximate time a connected node may be unresponsive until ## This is the approximate time a connected node may be unresponsive until
## it is considered down and thereby disconnected. ## it is considered down and thereby disconnected.