X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=doc%2Fsource%2Fadmin.rst;h=b5cd8005497624c1d829ea9de166c23579ffa4cc;hp=3ece3f73a335570cf368f3b9a353f778b256967a;hb=d204f90b0f863b764d878bc230b3ebf03b14a4fc;hpb=bef60da7f06d1a11fb4b893047ba41c1d7293737 diff --git a/doc/source/admin.rst b/doc/source/admin.rst index 3ece3f7..b5cd800 100644 --- a/doc/source/admin.rst +++ b/doc/source/admin.rst @@ -95,7 +95,7 @@ a command handler with limited Python :code:`__builtins__`, the and also blocks evaluation of any statement containing double-underscores (:code:`__`) as well as :code:`lambda` functions. For admins to gain access to unsafe debugging commands, the ``.mudpy.limit.debug`` option must be -enabled in configuration first and the service completely restarted. It +enabled in configuration first and the service reloaded or restarted. It should still be considered unsafe, since the engine's file handling functions could easily alter accessible files or expressions like ``9**9**9`` could be used to hang the service for indeterminate periods.