about summary refs log tree commit diff stats
path: root/doc/manual.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-03-13 17:45:10 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-03-13 17:45:10 -0700
commit4e894748206d6e1f25f3bfd7c38e8d5c0f48f127 (patch)
tree41a4e9076f1a3b16ea9f5e1c17edebd53ad7260c /doc/manual.html
parent6133cfa52486859b0e2274cc372b39d083fbac5a (diff)
downloadteliva-4e894748206d6e1f25f3bfd7c38e8d5c0f48f127.tar.gz
document functions that are sandboxed
Diffstat (limited to 'doc/manual.html')
-rw-r--r--doc/manual.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/manual.html b/doc/manual.html
index 1c9399c..51d51a9 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -3684,6 +3684,10 @@ which is needed in some systems to open the file in binary mode.
 This string is exactly what is used in the
 standard&nbsp;C function <code>fopen</code>.
 
+<div class='teliva'>
+<em>This function is sandboxed. It may fail if the computer owner's
+permissions disallow it.</em>
+</div>
 
 
 
@@ -3996,6 +4000,10 @@ Renames file or directory named <code>oldname</code> to <code>newname</code>.
 If this function fails, it returns <b>nil</b>,
 plus a string describing the error.
 
+<div class='teliva'>
+<em>This function is sandboxed. It may fail if the computer owner's
+permissions disallow it.</em>
+</div>
 
 
 
@@ -4106,6 +4114,11 @@ consisting of modules <code>socket</code>, <code>http</code>, <code>url</code>,
 <li><a href='https://github.com/brunoos/luasec/wiki'>LuaSec</a>,
 consisting of modules <code>https</code> and <code>ssl</code>.
 
+<div class='teliva'>
+<em>Networking primitives are sandboxed, and may fail if the computer owner's
+permissions disallow it.</em>
+</div>
+
 </div>
 
 <div class='teliva'>