about summary refs log tree commit diff stats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* purge all support for per-function permissionsKartik K. Agaram2022-03-072-829/+0
| | | | | | | | | We're now back to the problem of how to transparently allow Teliva to create temporary filenames without every app having to explicitly allow them. I think I may need to define start_writing in C, so that it can use a non-sandboxed version of io.open.
* yup, this whole caller-based approach is bustedKartik K. Agaram2022-03-071-0/+415
| | | | | How can we scope anything to a subset of an app that is user-visible in such a dynamic language as Lua?! X(
* hide test app a bitKartik K. Agaram2022-03-071-0/+414
|
* delete some Lua 5.1 thingsKartik K. Agaram2021-11-0720-510/+0
| | | | These are likely to suffer bitrot.
* new fork of Lua 5.1Kartik K. Agaram2021-10-2220-0/+510
https://www.lua.org