summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rocklib_aux.pl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/rocklib_aux.pl')
-rwxr-xr-xapps/plugins/lua/rocklib_aux.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lua/rocklib_aux.pl b/apps/plugins/lua/rocklib_aux.pl
index 77fd08b119..9103fccbda 100755
--- a/apps/plugins/lua/rocklib_aux.pl
+++ b/apps/plugins/lua/rocklib_aux.pl
@@ -54,6 +54,8 @@ my @forbidden_functions = ('^open$',
54 '^close$', 54 '^close$',
55 '^read$', 55 '^read$',
56 '^write$', 56 '^write$',
57 '^mkdir$',
58 '^rmdir$',
57 '^lseek$', 59 '^lseek$',
58 '^ftruncate$', 60 '^ftruncate$',
59 '^filesize$', 61 '^filesize$',