Add bit library to environment (with LuaJIT)

master
luk3yx 2022-01-11 08:14:21 +13:00
parent 952471c8f8
commit eb535064ba
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,7 @@ void ScriptApiSecurity::initializeSecurity()
"table",
"math",
"utf8",
"bit",
};
static const char *io_whitelist[] = {
"close",
@ -260,6 +261,7 @@ void ScriptApiSecurity::initializeSecurityClient()
"table",
"math",
"utf8",
"bit",
};
static const char *os_whitelist[] = {
"clock",