X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=doc%2Fsource%2Fadmin.rst;h=b5cd8005497624c1d829ea9de166c23579ffa4cc;hb=8c920b5c4b87fd8b54fd566c462c47f9e7f47693;hp=3ece3f73a335570cf368f3b9a353f778b256967a;hpb=d1362ea83d4d7eae9dd786109c02224928b2bf01;p=mudpy.git 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.