about summary refs log tree commit diff stats
path: root/sandboxing/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'sandboxing/README.md')
-rw-r--r--sandboxing/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/sandboxing/README.md b/sandboxing/README.md
index 4218054..ed0a9ea 100644
--- a/sandboxing/README.md
+++ b/sandboxing/README.md
@@ -9,6 +9,8 @@ doesn't invoke any OS syscalls.
 
 Things to secure:
 * files opened (for read/write) on file system
+  * `io_open`
+  * `io_lines`
 
 * destinations opened (for read/write) on network
   * `inet_tryconnect` // `socket_connect`