about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-02-07 22:22:57 -0800
committerKartik K. Agaram <vc@akkartik.com>2022-02-07 22:22:57 -0800
commit6d2dce51dbfcbb7c3cde47ff00272d06c18e272f (patch)
tree88735a1f9e21af9a176f313dc9d29de2c1babf0e /README.md
parent57d4710f984bfa6b2bbfd2d09ce547bb4bf6bbc5 (diff)
downloadteliva-6d2dce51dbfcbb7c3cde47ff00272d06c18e272f.tar.gz
remove dropped functions from docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0fe1718..5de45aa 100644
--- a/README.md
+++ b/README.md
@@ -179,8 +179,9 @@ libraries. However, a few things are different from conventional Lua:
 
 * Some functions are disabled because I don't know how to sandbox them
   effectively:
-  - `os.execute`
-  - `io.popen`
+  - `os.execute`, `os.getenv`, `io.popen`
+  - `io.lines` (not a security issue; just difficult to distinguish missing
+    files from sandboxing issues)
 * Some functions are disabled because they don't seem to make sense in an
   ncurses environment. This includes the Lua notions of default files, which
   start out as stdin/stdout.