diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-12-25 11:39:56 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-12-25 11:39:56 -0800 |
commit | 02d05d61c7f283a15e15258294489519dc49aec9 (patch) | |
tree | cd85978064191c347c38136e5831cf59cf40c2f1 | |
parent | 1e63a579d72a76baf56239e76528ddd4d08d797c (diff) | |
download | teliva-02d05d61c7f283a15e15258294489519dc49aec9.tar.gz |
back to sandboxing; focus on files and sockets
-rw-r--r-- | sandboxing/README.md | 2 |
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` |