about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-12-25 11:39:56 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-12-25 11:39:56 -0800
commit02d05d61c7f283a15e15258294489519dc49aec9 (patch)
treecd85978064191c347c38136e5831cf59cf40c2f1
parent1e63a579d72a76baf56239e76528ddd4d08d797c (diff)
downloadteliva-02d05d61c7f283a15e15258294489519dc49aec9.tar.gz
back to sandboxing; focus on files and sockets
-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`