From 7364d75203e1a433397e97004568b928a7e9e042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= <34514239+appgurueu@users.noreply.github.com> Date: Tue, 1 Feb 2022 18:17:26 +0100 Subject: [PATCH] Document changes to insecure env See https://github.com/minetest/minetest/pull/11950 --- doc/environment.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/environment.adoc b/doc/environment.adoc index 73f3890..e5aaad7 100644 --- a/doc/environment.adoc +++ b/doc/environment.adoc @@ -191,8 +191,7 @@ Some library tables are restricted by whitelists as well: ** `time` ** SSM-only: *** `getenv` -*** `setlocale` -*** `tmpname` +*** `setlocale`: Severely restricted, can only be used to get locale * `debug`: ** `gethook` ** `traceback`